cons-lists/test
Elf M. Sternberg 99abd47e34 Fixed a cons falsity issue, and tests for nested vectors.
It should be possible to create non-nested vector collections; this
will be critical for defining the basic structures for the compiler.

cons(null, ()) should be legal; cons(undefined, ()) should not.  This
is now supported in the code.
2016-05-03 12:38:57 -07:00
..
lists.coffee Fixed a cons falsity issue, and tests for nested vectors. 2016-05-03 12:38:57 -07:00
reduce.coffee [feat] Added length count to utilities. 2015-07-22 21:05:20 -07:00