[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: a metaobject extension
- To: Gregor Kiczales <gregor@parc.xerox.com>
- Subject: Re: FYI: a metaobject extension
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Wed, 1 Aug 90 13:01 EDT
- Cc: Common-Lisp-Object-System@mcc.com
- In-reply-to: <9008011614.AA03960@roo.parc.xerox.com>
- Line-fold: No
We seem to have gotten out of synch somehow. Nothing in your message
has anything at all to do with what I thought we were talking about,
which is allowing macros to expand into
(defmethod gf ((x #<class c>) y z) body...)
in addition to the present ability for macros to expand into
(defmethod gf ((x c) y z) body...)
This certainly has nothing to do with deferring anything until load time.