[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Proposed de facto standard subset of metaobjects
- To: Moon@STONY-BROOK.SCRC.Symbolics.COM
- Subject: Proposed de facto standard subset of metaobjects
- From: David Gray <gray@lucid.com>
- Date: Mon, 5 Mar 90 15:16:16 PST
- Cc: Common-Lisp-Object-System@MCC.COM, McCreary@dsg.csc.ti.com
- In-reply-to: David A. Moon's message of Mon, 5 Mar 90 17:42 EST <19900305224201.5.MOON@EUPHRATES.SCRC.Symbolics.COM>
> SLOT-DEFINITION-LOCATORS is like SLOT-DEFINITION-WRITERS, and
> STANDARD-LOCATOR-METHOD is like STANDARD-WRITER-METHOD, except
> that they involve functions named (LOCF reader) instead of
> functions named (SETF reader).
> These probably exist in TI-CLOS, although I don't know whether they
> have the same names spelled the same way.
Oh, I see. No, the Explorer doesn't have these because locatives don't have
a DEFCLASS slot option comparable to :READER and :WRITER; an explicit
DEFMETHOD using (LOCF (SLOT-VALUE ...)) would be required. Since few people
use locatives, I don't think it would be worthwhile for :ACCESSOR to imply
automatically creating a LOCF method as well as a SETF method.