Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soulomoon/sicp
:sparkles:practice for SICP, the wizard book < Structure and Interpretation of Computer Programs >
https://github.com/soulomoon/sicp
drracket practice schema sicp wizard-book
Last synced: 24 days ago
JSON representation
:sparkles:practice for SICP, the wizard book < Structure and Interpretation of Computer Programs >
- Host: GitHub
- URL: https://github.com/soulomoon/sicp
- Owner: soulomoon
- Created: 2016-10-20T16:25:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T09:11:39.000Z (about 5 years ago)
- Last Synced: 2024-04-14T07:32:07.161Z (7 months ago)
- Topics: drracket, practice, schema, sicp, wizard-book
- Language: Scheme
- Homepage: https://github.com/soulomoon/SICP
- Size: 4.95 MB
- Stars: 101
- Watchers: 8
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SICP
Short for the wizard book < Structure and Interpretation of Computer Programs >
For better reading experience, you can find html version here:
[Structure and Interpretation of Computer Programs](http://sarabander.github.io/sicp/html/index.xhtml#SEC_Contents)
Here is the place I keep and display my [practices](https://github.com/soulomoon/SICP) for SICP## Credit and resources
* [Chinese Translation related](https://github.com/DeathKing/Learning-SICP)## Environment
Most of the practice done here is tested with drracket
* meta header `#lang planet neil/sicp`,
* some with `#lang racket` or `#lang sicp`,
* if without `#lang` line, I am setting the language to SICP in the left corner (it only shows up if you have ran `#lang planet neil/sicp` before).## All source code from the book
You can find all the code from the book here
[AlltheCode](https://mitpress.mit.edu/sicp/code/index.html)## Contribution
Welcome to give PRs to fix any error