LilyEvansHogwarts / SICP

practice for SICP, the magic book < Structure and Interpretation of Computer Programs >

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SICP

short for the magic book < Structure and Interpretation of Computer Programs >
For better reading experience, you can find html version here:
Structure and Interpretation of Computer Programs

Here is the place I keep and display my practices for SICP

for testing the code, in the forth chapter, ex4.table.rkt and ex4.03.rkt is from
this site gives me a lot of help
wizardbook.wordpress.com

Most of the practice done here is tested with drracket

with the #lang planet neil/sicp,
some with plainly #lang racket or #lang sicp,
if without #lang, it is set to SICP in the left corner(it only shows up if you have ran #lang planet neil/sicp).

You can find all the code from the book here

AlltheCode

About

practice for SICP, the magic book < Structure and Interpretation of Computer Programs >


Languages

Language:Scheme 95.2%Language:Racket 4.4%Language:Python 0.4%