[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-AI
- From: Angela F. Kisich <ANGIE at MIT-AI>
- Date: Thu, 20 Dec 79 20:42:00 GMT
- Original-date: 20 December 1979 15:42-EST
(mapcar 'and L M) where L,M are lists doesn't seem to work.
Presumably the problem has to do with AND being an FSUBR, but
I must say I was quite surprised by it not working (I thought
I knew LISP pretty well, and I'm embarrassed not to know about
this peculiarity).
As a matter of principle I would say that this ought to be
fixed somehow, but for the moment how do I program around it
conveniently?