Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanne007/code-in-sicp
sample code and exercise solutions of sicp
https://github.com/nanne007/code-in-sicp
Last synced: 8 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T07:32:52.000Z (almost 10 years ago)
- Last Synced: 2023-07-13T19:50:45.059Z (over 1 year 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.