[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
update-instance-structure
- To: Gregor.pa@xerox.com
- Subject: update-instance-structure
- From: Jon L White <edsel!jonl@labrea.Stanford.EDU>
- Date: Fri, 8 Apr 88 01:29:41 PDT
- Cc: common-lisp-object-system@sail.stanford.edu
- In-reply-to: Gregor.pa@Xerox.COM's message of Mon, 4 Apr 88 16:20 PDT <880404162009.9.GREGOR@SPIFF.parc.xerox.com>
re: In the examples section. I believe the defmethod of
update-instance-structure should be at the end of the example. Even
though this code might work interpreted (in some implementations) it
definitely won't compile. This is because setf of position-rho is used
before position-rho is defined.
Will this still be the case after the "cleanup" proposal for setf-functions
is adopted? I thought one of the two main advantages is that you can assume
a particular function name for doing the SETF, regardless of whether or not it
or the accessor function is "defined".
-- JonL --