https://github.com/dgutov/sicp-exercises
Solutions for the coding exercises from SICP
https://github.com/dgutov/sicp-exercises
Last synced: 7 months ago
JSON representation
Solutions for the coding exercises from SICP
- Host: GitHub
- URL: https://github.com/dgutov/sicp-exercises
- Owner: dgutov
- Created: 2011-04-04T16:52:57.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-13T20:16:04.000Z (over 14 years ago)
- Last Synced: 2025-03-10T18:03:35.142Z (7 months ago)
- Language: Scheme
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solutions for the coding exercises from [Structure and
Interpretation of Computer
Programs](http://mitpress.mit.edu/sicp/full-text/book/book.html) using Guile Scheme.I started with Chapter 3, and I usually skip the more obvious or tedious exercises.