[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SETF of APPLY
- To: Guy Steele <gls%AQUINAS@THINK.ARPA>
- Subject: SETF of APPLY
- From: "Scott E. Fahlman" <Fahlman@CMU-CS-C.ARPA>
- Date: Mon, 06 May 1985 18:58:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 6 May 1985 11:33-EDT from Guy Steele <gls%AQUINAS at THINK.ARPA>
- Sender: FAHLMAN@CMU-CS-C.ARPA
I like Guy's new formulation for the SETF of APPLY stuff.
One other thing that should be said is that SETF of APPLY of AREF is
required to work, regardless of how the AREF-setting function is
implemented internally. The main object of this stuff is to get this
one case to work, and yet an implementation is technically permitted to
implement the AREF setter in some way that does not fit into the
framework described.
-- Scott