https://github.com/hashnuke/sicp-excercises
SICP excercises. Says it all
https://github.com/hashnuke/sicp-excercises
Last synced: about 1 month 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 (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-01T15:05:02.000Z (about 15 years ago)
- Last Synced: 2025-09-02T14:50:04.750Z (7 months ago)
- Language: Racket
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- 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!