nakajima / the-little-schemer-in-ruby

Examples from The Little Schemer ported to Ruby (and scheme).

This URL has Read+Write access

name age message
file README Tue May 27 20:47:01 -0700 2008 implemented better file loading for scheme file... [nakajima]
directory ruby/ Wed May 28 09:00:51 -0700 2008 removed unwanted side effects of cdr and cons [flavorjones]
directory scheme/ Loading commit data...
README
Examples from the book "The Little Schemer" ported to Ruby.

Get the book: http://www.amazon.com/Little-Schemer-Daniel-P-Friedman/dp/0262560992

The scheme examples work with the PLT scheme interpreter (http://plt-scheme.org/).
I'm using that one because I really don't know any better. If there's a better one,
please let me know.