[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
find my slot
- To: davis@ilog.ilog.fr
- Subject: find my slot
- From: Moon@stony-brook.scrc.symbolics.com
- Date: Thu, 29 Nov 1990 12:19:00 PST
- Cc: mop@arisia.Xerox.COM
- Illegal-object: Syntax error in From: address found on alpha.xerox.com: From: David A.Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM> ^ ^-illegal period in phrase \-phrases containing '.' must be quoted
- In-reply-to: <9011271706.AA19385@barbes.ilog.fr>
Date: Tue, 27 Nov 1990 12:06 EST
From: davis@ilog.ilog.fr
Of the 5 major CLOS metaobject types (classes, generic functions, methods,
method combinations, and slot definitions), three have retrieval
functions (FIND-CLASS, FIND-METHOD, FIND-METHOD-COMBINATION), and one
doesn't need one (generic functions). What happened to
FIND-SLOT-DEFINITION?
It isn't necessary, because CLASS-DIRECT-SLOTS and CLASS-SLOTS are specified
to return lists, therefore the existing FIND function can be used (with
:KEY #'SLOT-DEFINITION-NAME).