A workbook accompanying a fascinating journey along the SICP path.
Each top-level folder represents a chapter of the book and is comprised of sections.
Each section contains:
- a workbook with some examples made along the way
- a series of .scm files with solutions to the corresponding exercises
- notes
- MIT/GNU Scheme - an implementation of the Scheme programming language
brew install mit-scheme
At the time of writing, the M1 chip isn't supported.
Check out the MIT/GNU Scheme page.
Run Scheme evaluator:
M-x run-scheme
Evaluate an expression:
M-RET
To get more information type:
C-h m