Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 891 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 891 Bytes

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