[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: a metaobject extension



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.