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

Re: remote environments



> I agree.  And the metaobject protocol specifies that this
> definition can define a new method-combination class.
> An instance of this class is used in the DEFGENERIC to effect the
> method combination.  This implies an ability to instantiate
> a newly defined class at compile time to implement this capability.
> Another reason to answer the instntiation question YES.

I don't see where DEFINE-METHOD-COMBINATION has any option for
specifying the class of the method combination; doesn't it always
produce an instance of the pre-defined class METHOD-COMBINATION ?