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.
- Host: GitHub
- URL: https://github.com/kchousos/sicp-solutions
- Owner: kchousos
- Created: 2023-06-06T22:44:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T14:03:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T07:41:32.134Z (3 months ago)
- Topics: racket, scheme, sicp, sicp-solutions, wizard-book
- Language: TeX
- Homepage:
- Size: 610 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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.