Skip to content

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

License

Notifications You must be signed in to change notification settings

pritesh-shrivastava/sicp_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks