Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 693 Bytes

README.org

File metadata and controls

8 lines (5 loc) · 693 Bytes

Structure and Interpretation of Computer Programs: My solutions

This repo contains my solutions to the exercises of the Abelson, Sussman & Sussman (2002) Structure and Interpretation of Computer Programs, MIT Press book. sicp.org is the main file. The PDF and the racket source are derived from it. The solutions are written in the style of literate programming, leveraging noweb syntax where is needed.

For more info on my general workflow surrounding SICP, you can read this accompanying blog post on my site.