[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-MC
- From: alan,gsb at MIT-MC
- Date: Thu, 16 Jul 81 07:26:00 GMT
- Original-date: 16 July 1981 03:26-EDT
- Sender: ALAN at MIT-MC
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!).