https://github.com/nanne007/code-in-sicp
sample code and exercise solutions of sicp
https://github.com/nanne007/code-in-sicp
Last synced: 4 months ago
JSON representation
sample code and exercise solutions of sicp
- Host: GitHub
- URL: https://github.com/nanne007/code-in-sicp
- Owner: nanne007
- Created: 2014-03-07T09:10:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T07:32:52.000Z (over 10 years ago)
- Last Synced: 2024-12-30T13:53:51.953Z (5 months ago)
- Language: Racket
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What's this?
Recently, I am reading [sicp](http://mitpress.mit.edu/sicp/full-text/book/book.html).
This repo contains code pieces([racket](http://racket-lang.org/) choosed) across the book.
Free to use.## Notes
- [exercise 3.25](https://github.com/windor/code-in-sicp/wiki/练习3.25)
## TODO
- Add indexes to chapters and solutions.
- Add learning notes.
- To be found.