The syntax for COND is:
cond {clause}* => result* clause::= (test-form form*)
therefore (cond ()) should be a program-error, but abcl 1.0.1 returns NIL.
On Nov 24, 2013, at 15:03, Pascal J. Bourguignon pjb@informatimago.com wrote:
The syntax for COND is:
cond {clause}* => result* clause::= (test-form form*)
therefore (cond ()) should be a program-error, but abcl 1.0.1 returns NIL.
Erik addressed this in [r14588][].
[r14588]: http://abcl.org/trac/changeset/14588
armedbear-devel@common-lisp.net