topalovic / schemer

(and again (and again (and again (...))))

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schemer

Examples from "The Little Schemer" with assertions and no added sugar.

To play with the code, you'll need MIT/GNU Scheme:

$ brew install mit-scheme rlwrap

Then, to run all the examples:

$ ./test

... and to load everything into a REPL:

$ ./repl

Have fun! λ

About

(and again (and again (and again (...))))


Languages

Language:Scheme 99.6%Language:Shell 0.4%