My solutions to MIT's Structure and Interpretation of Computer Programs, Second Edition
Find a file
Ángel Castañeda 8ae9471b19
Solve 1.08
Much easier than the last. I'm curious how we're gonna generalize
newton's method though.
2023-09-28 14:33:58 -05:00
ch1 Solve 1.08 2023-09-28 14:33:58 -05:00
README.md Change syntax from bash to console 2023-09-16 00:30:34 -05:00

Á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 %