Sdaas / sicp

SICP exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SICP exercises


Languages

Language:Scheme 81.5%Language:HTML 9.7%Language:Perl 7.6%Language:Ruby 1.1%