[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
value of *
- To: Richard Fateman <fateman@dali.berkeley.edu>
- Subject: value of *
- From: <MOON@SCRC-QUABBIN.ARPA>
- Date: Tue, 18 Feb 86 19:54 EST
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: <8602181722.AA16600@dali.berkeley.edu>
Date: Tue, 18 Feb 86 09:22:59 PST
From: fateman@dali.berkeley.edu (Richard Fateman)
While I can understand the efficiency motivation for the spec on p 325,
I would find it much handier to have "*" refer to multiple-values returns
to the top level. That is,
=> (values 1 2)
1 ;
2
=> (multiple-value-list *)
(1 2)
;;; the behavior now is (1) .
Read the rest of the page.
- References:
- value of *
- From: fateman@dali.berkeley.edu (Richard Fateman)