[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
values-list
- To: Moon @ SCRC-STONY-BROOK
 
- Subject: values-list
 
- From: Earl A. Killian <EAK @ MIT-MC>
 
- Date: Thu, 28 Mar 1985 18:52:00 -0000
 
- Cc: common-lisp @ SU-AI
 
    Date: Thu, 28 Mar 85 13:36 EST
    From: David A. Moon <Moon at SCRC-STONY-BROOK.ARPA>
    What's wrong with (APPLY #'VALUES-LIST A B C L)?
You mean (APPLY #'VALUES A B C L).  This is actually where the
idea comes from.
I don't really care about this; I was just observing that an
obvious extension exists.  If I wanted to be argumentative my
reply would be
	"The same thing that's wrong with (APPLY #'VALUES L)
	 that caused (VALUES-LIST L) to be added to the language."