/sicp

SICP exercises

Primary LanguageScheme

Summary

Working through all the exercises in SICP

Installation

  1. Install mit-scheme 9.2

  2. Install rlwrap for command history

  3. Install Unit testing framework

Running

  • $ scheme -> to launch the REPL
  • $ rlwrap scheme -> lanch the REPL with command history
  • 1 ]=>(load "filename.scm") -> to load and execute the file
  • 1 ]=> (exit) -> exit the repl

References