/sicp_solutions

My notes and exercise solutions for the book Structure & Interpretation of Computer Programs

Primary LanguageSchemeMIT LicenseMIT

README

This repository contains my notes and exercise solutions for the wonderful book, Structure & Interpretation Of Computer Programs.

Book & Lecture links

  • Official e-book distributed freely by the MIT Press : HTML
  • Accompanying lectures by MIT : Youtube Playlist

Implementation

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
  • Racket language, and the IDE DrRacket