sicp-exercises

license code size

Exploring the great SICP book, refreshing CS basics.

Status

On hold - chapters 1.1-1.3 were covered in 08.2014-01.2015.

How to run it?

# Fedora:
$ sudo dnf install chicken

# macOS with Homebrew:
$ brew install chicken

# executing a single script:
$ csi -s [filename]

See CHICKEN wiki:

Resources

SICP itself

Scheme books

Solutions