Skip to content

Solutions to exercises from "Structure and Interpretation of Computer Programs" book

License

Notifications You must be signed in to change notification settings

ASplayer9119/sicp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sicp

License: MIT

Solutions to exercises from "Structure and Interpretation of Computer Programs" book *

SICP

Requirements

  • Racket
  • RackUnit
  • SICP package
  • Make

Installation

First, install Racket

Then run commands for installing packages in your terminal:

raco pkg install rackunit
raco pkg install sicp

Usage

Run solution: racket solutions/<path_to_solution_file>.rkt
Run tests: make test


Notes (*):

  1. I worked through the first three chapters of SICP as suggested by some sources (including teachyourselfcs)
  2. Also I watched MIT and Brian Harvey’s lectures
  3. Chapters 4 and 5 were looked-through and exercises were delayed (as for May, 2019)

About

Solutions to exercises from "Structure and Interpretation of Computer Programs" book

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages