strint / sicpAnsLinks
《计算机程序的构造和解释》编程题解
☆168Updated 7 years ago
Alternatives and similar repositories for sicpAns
Users that are interested in sicpAns are comparing it to the libraries listed below
Sorting:
- 《Scheme入门教程》,Takafumi Shido 著,Yet Scheme Another Tutorial中译版。☆378Updated 6 years ago
- 我的 SICP 解题集☆888Updated 3 years ago
- Magical Book The book uses dialects Scheme in the programming language Lisp to explain the core concepts of computer science, including a…☆230Updated 6 years ago
- A Chinese translation of "teach-yourself-scheme-in-fixnum-days"☆185Updated 5 years ago
- 收录我完成的练习题☆722Updated 9 years ago
- 📖 SICP 读书笔记,习题解答☆1,240Updated 5 years ago
- Build Your Own Lisp 中文版☆157Updated 7 years ago
- Introduction to Programming☆58Updated 7 months ago
- Chinese edition of Operating Systems .Three Easy Pieces☆524Updated 6 years ago
- 2014要做的一些事的记录☆534Updated 9 years ago
- my solutions to EOPL3☆367Updated 6 years ago
- a compiler from a subset of Scheme into X64☆241Updated 6 years ago
- practice for SICP, the wizard book < Structure and Interpretation of Computer Programs >☆102Updated 5 years ago
- Building ucore OS step by step☆153Updated 10 years ago
- 动态规划的思考艺术☆489Updated 9 years ago
- Cb (C flat) compiler. Cb is simplified C.☆175Updated 8 years ago
- ☆147Updated 9 years ago
- Computer Systems: A Programmer's Perspective☆481Updated 8 years ago
- 《跟着瓦利哥学写OS》的课程代码☆101Updated 10 years ago
- The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器☆171Updated 2 years ago
- OS开发编写的资料☆118Updated 4 years ago
- 【译】操作系统思考