GitHunt
PR

pritesh-shrivastava/sicp_solutions

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

README

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

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

Languages

Scheme72.8%NewLisp27.2%

Contributors

MIT License
Created April 4, 2020
Updated December 12, 2020