Skip to content

kchousos/SICP-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.