- Course: CS 61A | CS 61A sp24
- Text Book: composing-programs | composing-programs-zh | sicp-py-zh
- Lecture: 【完结🎉】UCB CS 61A: Computer Programs, Spring 2023
- Reference Solution: half-dreamer/CS61A-20fa | shuo-liu16/CS61A
- 61A Code: 61A Code | document
- 学习顺序:Text Book -> Lecture -> Q&A -> Disc/Lab/HW -> Project
由于现在无法访问 CS 61A 的往期课程,disc07/lab06/hw06/ants 及之前的内容为 sp24,后续内容待定
Scheme 尾递归优化:参考 Scheme 尾递归优化实现
disc11.scm 来自 sp25(sp24 没有 macro 的 disc)