My solutions to MIT's Structure and Interpretation of Computer Programs, Second Edition
Ángel Castañeda
8ae9471b19
Much easier than the last. I'm curious how we're gonna generalize newton's method though. |
||
---|---|---|
ch1 | ||
README.md |
Ángel's solutions for MIT's Structure and Interpretation of Computer Programs, Second Edition
I'm reading sicp, and I'm using this repo to post my solutions for as many exercises as I end up going through.
how you can do the same
You can find the book online for free. For a scheme coding environment you can download Racket and install their sicp package to use the same syntax as Abelson and Sussman.
On arch, I ran:
$ sudo pacman -S racket
$ raco pkg install sicp
just be sure to include #lang sicp
at the top of your file.
You can use the included DrRacket IDE or be cool and stick with vim while running this a ton:
:w |! racket %