Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themattchan/sicp
Adventures in Scheme
https://github.com/themattchan/sicp
lambda lisp scheme
Last synced: 8 days ago
JSON representation
Adventures in Scheme
- Host: GitHub
- URL: https://github.com/themattchan/sicp
- Owner: themattchan
- Created: 2014-12-17T07:22:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T04:05:47.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T13:32:56.882Z (2 months ago)
- Topics: lambda, lisp, scheme
- Language: PostScript
- Homepage:
- Size: 1.97 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SICP
====Training in Scheme-fu.
Completing exercises from the book and the 6.001 homeworks.
Filling in chapter exercises in `./book-code`, original files from: https://mitpress.mit.edu/sicp/code/index.html
Texinfo version of SICP (in `./book-code`) for use inside Emacs from http://www.neilvandyke.org/sicp-texi/
Psets from: http://mitpress.mit.edu/sicp/psets/index.html
Chapter exercises
- [ ] Chapter 1
- [ ] Chapter 2 (Up to 33, skipped 14-16)
- [ ] Chapter 3
- [ ] Chapter 4
- [ ] Chapter 5Psets
- [ ] Pset 0
- [ ] Pset 1
- [ ] Pset 2
- [ ] Pset 3
- [ ] Pset 4
- [ ] Pset 5
- [ ] Pset 6
- [ ] Pset 7
- [ ] Pset 8
- [ ] Pset 9
- [ ] Pset 10
- [ ] Pset 11
- [ ] Pset 12
- [ ] Pset 13
- [ ] Pset 14
- [ ] Pset 15