[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quick query about CONSTANTP
- To: Guy.Steele at CMU-10A, common-lisp at SU-AI
- Subject: Re: Quick query about CONSTANTP
- From: Eric Benson <BENSON at UTAH-20>
- Date: Thu, 11 Nov 1982 14:42:00 -0000
- In-reply-to: Your message of 9-Nov-82 2206-MST
Uh-oh, CONSTANTP is defined in Standard Lisp already and means
(AND (NOT (CONSP X)) (NOT (SYMBOLP X))). If you put this in, please
call it something (slightly) different, e.g. CONSTANT-P. By the way,
I do think this is a useful idea. I think it's important not to leave
too much undefined in the standard. For example, it would be very nice
if a function (not special form) were defined for defining macros, and
there should be some way to find out how many multiple values are
returned by a function without having to make a list of them.
-------