_ _ _ _
___ (_) ___ _ __ _ __ | |__ _ _ | | | | _ _
/ __| | | / __| | '_ \ | '_ \ | '_ \ | | | | | | | | | | | |
\__ \ | | | (__ | |_) | _ | |_) | | | | | | |_| | | | | | | |_| |
|___/ |_| \___| | .__/ (_) | .__/ |_| |_| \__, | |_| |_| \__, |
|_| |_| |___/ |___/
This is a repository of my solutions to the SICP exercises as part of my participation in the SICP.philly study group. It runs the problems as assertions.
##Requirements
- MIT-Scheme
- On MacOSX
brew install mit-scheme
should do the trick. - Or try
make compile-scheme
- Otherwise see http://www.gnu.org/software/mit-scheme
- On MacOSX
##Use
make
to run assertions for all the sections.make #.#
to run assertions for a single section.