~williewillus/sicp

My solutions to Structure and Interpretation of Computer Programs
bec56818 — Vincent Lee 2 years ago
2.40
40bedc8a — Vincent Lee 3 years ago
Up to 2.39
fd259e64 — Vincent Lee 3 years ago
up to 2.29

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~williewillus/sicp
read/write
git@git.sr.ht:~williewillus/sicp

You can also use your local clone with git send-email.

SICP Solutions

#Building

  1. Install Racket
  2. Install extra libraries: raco pkg install sicp, raco pkg install scribble-math
  3. Execute in the repository scribble --dest out --htmls sicp.scrbl
  4. Open the HTML file that scribble prints out