Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 >

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