cons-lists/test
Elf M. Sternberg 416ad7ac20 [refactor] Change the internal representation for is-a-list
This update locks us into a late ECMA-5 implementation (no ECMA-3 for
you!) but it improves the way this representation works and is presented
to users.  It also corresponds (unsurprisingly) to the format used by
my experimental LiSP implementation, thus making my life easier.

Also: Included unit tests to ensure that nilp, listp, pairp, and cellp
all detect the correct matrix of... things.
2015-07-22 19:43:59 -07:00
..
lists.coffee [refactor] Change the internal representation for is-a-list 2015-07-22 19:43:59 -07:00
reduce.coffee Changed the list structure to not respect cons(nil, nil) == nil. 2015-06-22 17:03:21 -07:00