Skip to content

My solutions to MIT's Structure and Interpretation of Computer Programs, Second Edition

Notifications You must be signed in to change notification settings

angelacastaneda/sicp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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

About

My solutions to MIT's Structure and Interpretation of Computer Programs, Second Edition

Resources

Stars

Watchers

Forks

Languages