An open API service indexing awesome lists of open source software.

https://github.com/kchousos/sicp-solutions

My solutions to the SICP exercises.
https://github.com/kchousos/sicp-solutions

racket scheme sicp sicp-solutions wizard-book

Last synced: 11 days ago
JSON representation

My solutions to the SICP exercises.

Awesome Lists containing this project

README

        

#+title: /Structure and Interpretation of Computer Programs/: My solutions
#+options: num:t toc:nil date:nil timestamp:nil

#+HTML:

This repo contains my solutions to the exercises of the /Abelson, Sussman & Sussman (2002) Structure and Interpretation of Computer Programs, MIT Press/ book. [[file: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 [[https://kchousos.github.io/posts/sicp-in-emacs/][accompanying blog post]] on my site.