[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



1) The selectq macro in UMLMAC is busted.  Try something like:
(selectq foo ((1 2 a) t) (t nil))
And watch it compare symbols with =.

2) How about putting an ARRAYP function or macro somwhere.  It seems
that ALL the other lisps in the world have this function (even
Multics!).