Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 752 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 752 Bytes

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