Notebook and Exercises of Structure and Interpretation of Computer Programs
- mit-scheme (first choice)
- online scheme[at]repl[dot]it (recommend)
- Get Windows Binary from MIT-Scheme
- If can't open from desktop shortcut, with warning
requested allocation is too large try again with a smaller argument to '--heap', add--heap 512to the shortcut - Or run it in console with
mit-schemewith themit-schemeis in yourPATH, or and pathC:\Program Files (x86)\MIT-GNU Scheme\bin(default only) in yourPATH
sudo apt-get install mit-schememit-scheme < script.scm
- Chapter 01 - Building Abstractions with Procedures