LispInSmallPieces/src
Elf M. Sternberg 11e1ed7cf4 It works recursively. This will restore your faith in humanity!
I spent far too much time debugging an issue with metacadr (see the
cons-list commits for details), but this now successfully recurses
and all of its code paths are exercised by the factorial/fibonacci
exercises.  This is a Coffeescript implementation of the language
described at the end of chapter 1 of Lisp In Small Pieces.

Also, added a syntax-aware pretty printer.  It's very primitive, but
it's good enough for some debugging.
2015-05-20 15:47:51 -07:00
..
eval.coffee Coffeescript attempt. 2015-05-13 22:28:55 -07:00
fn.coffee Coffeescript attempt. 2015-05-13 22:28:55 -07:00
lisp.coffee Coffeescript attempt. 2015-05-13 22:28:55 -07:00
lisp_ch1.coffee It works recursively. This will restore your faith in humanity! 2015-05-20 15:47:51 -07:00
lookup.coffee Coffeescript attempt. 2015-05-13 22:28:55 -07:00
print.coffee It works recursively. This will restore your faith in humanity! 2015-05-20 15:47:51 -07:00
reader.coffee Some renaming; one major bugfix, using cons-lists instead of a local library. 2015-05-20 09:41:30 -07:00
reduce.coffee Coffeescript attempt. 2015-05-13 22:28:55 -07:00
scope.coffee Coffeescript attempt. 2015-05-13 22:28:55 -07:00
test_chap1.coffee It works recursively. This will restore your faith in humanity! 2015-05-20 15:47:51 -07:00