Solutions to exercises from "Structure and Interpretation of Computer Programs" book *
- Racket
- RackUnit
- SICP package
- Make
First, install Racket
Then run commands for installing packages in your terminal:
raco pkg install rackunit
raco pkg install sicp
Run solution: racket solutions/<path_to_solution_file>.rkt
Run tests: make test
Notes (*):
- I worked through the first three chapters of SICP as suggested by some sources (including teachyourselfcs)
- Also I watched MIT and Brian Harvey’s lectures
- Chapters 4 and 5 were looked-through and exercises were delayed (as for May, 2019)