cons-lists/src
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
print.coffee Metacadr was broken. You won't believe why! 2015-05-20 15:43:34 -07:00
reduce.coffee Updating to prefer nilp() over '== nil' 2016-04-28 21:57:30 -07:00