https://github.com/fastred/sicp
My solutions to exercises from "Structure And Interpretation Of Computer Programs"
https://github.com/fastred/sicp
Last synced: 4 months ago
JSON representation
My solutions to exercises from "Structure And Interpretation Of Computer Programs"
- Host: GitHub
- URL: https://github.com/fastred/sicp
- Owner: fastred
- Created: 2011-11-02T09:19:13.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-20T17:53:24.000Z (over 13 years ago)
- Last Synced: 2025-03-10T19:33:35.694Z (over 1 year ago)
- Language: Scheme
- Homepage:
- Size: 457 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These are my solutions to exercises from the book "Structure And Interpretation Of Computer Programs" (SICP). I skipped exercises that were either too trivial or too time consuming (e.g. box-and-pointer diagrams). If time permits, I might get back to them in the future.
To run code: `mit-scheme < file_name.scm`. To load as if in the REPL (useful in the 4th chapter): `mit-scheme --load file_name.scm`.