Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnovak/sicp-solutions
My solutions to the SICP exercises
https://github.com/johnnovak/sicp-solutions
Last synced: 21 days ago
JSON representation
My solutions to the SICP exercises
- Host: GitHub
- URL: https://github.com/johnnovak/sicp-solutions
- Owner: johnnovak
- License: mit
- Created: 2014-05-13T09:58:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T06:20:23.000Z (over 8 years ago)
- Last Synced: 2023-08-01T00:54:20.317Z (over 1 year ago)
- Language: Scheme
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SICP Solutions
==============My solutions to (some of) the exercises found in the **Structure and Interpretation of
Computer Programs (SICP)** MIT course.You will need [MIT/GNU Scheme](http://www.gnu.org/software/mit-scheme/) to run the solutions.
You might also want to check out the [lecture
videos](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video-lectures/)
(also available
[here](http://www.youtube.com/playlist?list=PLE18841CABEA24090)) and the
[full course text](http://mitpress.mit.edu/sicp/).