This repository contains my notes and exercise solutions for the wonderful book, Structure & Interpretation Of Computer Programs.
- Official e-book distributed freely by the MIT Press : HTML
- Accompanying lectures by MIT : Youtube Playlist
I've used the following 3 tools for solving the problems :
-
Online REPL for BiwaScheme at REPL.IT
-
MIT-Scheme
- Outside of REPL, to execute a Scheme script at the terminal using MIT-Scheme, run
scheme < file.scm
- Jupyter kernel for MIT scheme is also available here
- Outside of REPL, to execute a Scheme script at the terminal using MIT-Scheme, run
-
Racket language, and the IDE DrRacket