Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashnuke/sicp-excercises
SICP excercises. Says it all
https://github.com/hashnuke/sicp-excercises
Last synced: 24 days ago
JSON representation
SICP excercises. Says it all
- Host: GitHub
- URL: https://github.com/hashnuke/sicp-excercises
- Owner: HashNuke
- Created: 2011-01-07T11:40:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-01T15:05:02.000Z (almost 14 years ago)
- Last Synced: 2024-10-04T21:34:37.024Z (about 1 month ago)
- Language: Racket
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SICP Excercises
===============Solutions to the excercises from the book. These solutions were done using [Racket](http://racket-lang.org) language, which is a Lisp.
Organised as chapterNumber/programNumber.
F.ex program 1.8 in the text can be found in 1/8.rkt in the repository here.
Enjoy!