Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoliszeredi/sicp
Some fun exercises and problems from Structure and Interpretation of Computer Programs
https://github.com/zoliszeredi/sicp
Last synced: 27 days ago
JSON representation
Some fun exercises and problems from Structure and Interpretation of Computer Programs
- Host: GitHub
- URL: https://github.com/zoliszeredi/sicp
- Owner: zoliszeredi
- Created: 2013-02-02T13:40:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-01T22:08:07.000Z (over 10 years ago)
- Last Synced: 2024-11-23T06:35:52.455Z (about 2 months ago)
- Language: Scheme
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##[SICP](http://mitpress.mit.edu/sicp/full-text/book/book.html)
### My journey through the book
I use GNU guile as the scheme interpreter.
+ [Chapter 1][1] : Building Abstractions with Procedures
+ [Chapter 2][2] : Building Abstractions with Data
+ [Chapter 3][3] : Modularity, objects, state
+ [Chapter 4][4] : Metalinguistic Abstraction
+ [Chapter 5][5] : Computing With Register Machines[1]: chapter_1/README.md
[2]: chapter_2/README.md
[3]: chapter_3/README.md
[4]: chapter_4/README.md
[5]: chapter_5/README.md