Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.22 KB

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)