A cognitive sandbox for foundational coding experiments and "from-scratch" implementations. This repository captures my learning process across Clojure, Golang, Python, and Java, focusing on verifying language mechanics and clarifying core programming concepts through hands-on demos.
🇨🇳 点击查看中文介绍 (Click for Chinese)
多种语言的基础编码实验与原理验证。本仓库记录了我在 Clojure, Golang, Python, Java 等主力语言中的探索过程,通过“从零实现”的方式厘清语言特性,从 Demo 中构建对底层逻辑的深度理解。poly-playground/
├── README.md # 双语入口
├── LICENSE # MIT
├── mods/ # 自行开发的实用工具
├── languages/ # 按语言分目录
│ ├── clojure/
│ │ └── atom/
│ ├── golang/
│ │ └── concurrency/# Go 独特的并发模式实验
│ ├── java/
│ └── python/
├── data-structures/
├── algorithms/
├── lab-notes/ # Practice Notes/reports
└── scripts/ # 自动化脚本 (一键运行所有测试)