Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyrocat101/sicp
Solutions to SICP exercise in Clojure.
https://github.com/pyrocat101/sicp
Last synced: about 1 month ago
JSON representation
Solutions to SICP exercise in Clojure.
- Host: GitHub
- URL: https://github.com/pyrocat101/sicp
- Owner: pyrocat101
- Created: 2013-05-18T15:18:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T21:09:39.000Z (over 10 years ago)
- Last Synced: 2024-04-15T02:49:03.158Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 426 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SICP in Clojure
This is my answers to exercises in *Structured and Interpretation of
Computer Programs* (SICP). The code is written in Clojure.![SICP](http://mitpress.mit.edu/sicp/full-text/book/cover.jpg "SICP")
## Progress
I have completed the majority of exercises I think worth doing from the
first 4 chapters.## License
Copyright © 2013 Linjie Ding
Distributed under the Eclipse Public License, the same as Clojure.