Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 413 Bytes

File metadata and controls

9 lines (6 loc) · 413 Bytes

Approach

I'm using SICP 2nd edition.

I decided to use DrRacket with it's sicp mode to work on the exercises from the book.

  • Easy setup
  • Leverage the DrRacket plugins/modules/package-manager
  • 1 file per exercise, including solution & verification where possible using unit tests (rackunit)