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

[no subject]



(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?