[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Argument lists: a proposal to shoot at
- To: NGALL@BBNG.ARPA
- Subject: Argument lists: a proposal to shoot at
- From: "Scott E. Fahlman" <Fahlman@C.CS.CMU.EDU>
- Date: Fri, 27 Jun 1986 03:51:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 26 Jun 1986 19:17-EDT from NGALL at G.BBN.COM
- Sender: FAHLMAN@C.CS.CMU.EDU
Your encoding scheme does not let me see the number of
'probably-stack-based' parameters (i.e., P+Q) given a function that
has a &rest param and no &key params. This makes it impossible to
provide an encapsulation that would use &rest only where necessary (it
would force the use of a &rest parameter for all args beyond the
required parameters).
Sorry, maybe I'm being dense, but I don't understand this. What is it
that an encapsulation can do better if it can see P+Q ? Why do you want
to rip the lid off this particular black box?
-- Scott