https://github.com/dragonwasrobot/sicp-exercises
This is a collection of solutions to the exercises found in 'Structure and Interpretation of Computer Programs' by Harold Abelson, Gerald Jay Sussman and Julie Sussman.
https://github.com/dragonwasrobot/sicp-exercises
Last synced: about 1 month ago
JSON representation
This is a collection of solutions to the exercises found in 'Structure and Interpretation of Computer Programs' by Harold Abelson, Gerald Jay Sussman and Julie Sussman.
- Host: GitHub
- URL: https://github.com/dragonwasrobot/sicp-exercises
- Owner: dragonwasrobot
- Created: 2013-03-21T00:42:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T22:13:48.000Z (over 7 years ago)
- Last Synced: 2025-01-24T05:42:31.190Z (3 months ago)
- Language: Scheme
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SICP Exercises
==============This is a collection of solutions to the exercises found in 'Structure and
Interpretation of Computer Programs' by Harold Abelson, Gerald Jay Sussman and
Julie Sussman.Exercise descriptions from the book have been included in the source code for
readability of the code solutions.The solutions have been written the Racket language.
This project is still work in progress.
## TODO
- Exercise 2.71+72