LispInSmallPieces/test
Elf M. Sternberg 3e17e69746 [refactor] Got throw/catch working with self-evaluating expressions
This was a pain point.  I had hacked the "names" of symbols into the
throw/catch representation, never appreciating how badly I was screwing
up my understanding of LiSP.  The symbols are supposed to evaluate
to something.  When they're self-evaluating expressions (strings and
numbers), those become the keys in the block stack that matter.  Getting
SEE's right, whether they're quoted or not, was really signficant.

This is cool.  Now, on to rewind/protect!
2015-07-31 07:34:12 -07:00
..
test_chapter-lambda-1.coffee [chore] Lint-picked versions that pass all unit tests. 2015-07-08 15:14:05 -07:00
test_chapter1.coffee [chore] Lint-picked versions that pass all unit tests. 2015-07-08 15:14:05 -07:00
test_chapter3-cont.coffee [refactor] Got throw/catch working with self-evaluating expressions 2015-07-31 07:34:12 -07:00
test_chapter3.coffee [chore] Lint-picked versions that pass all unit tests. 2015-07-08 15:14:05 -07:00
test_reader.coffee [refactor] The great conversion continues. 2015-07-30 07:29:39 -07:00