[Ecls-list] ECL + ContextL?

Alexander Gavrilov angavrilov at gmail.com
Sun Nov 1 18:03:18 UTC 2009


> On Sun, Nov 1, 2009 at 12:12 PM, Alexander Gavrilov
> <angavrilov at gmail.com> wrote:
> > Currently ContextL fails to build on ECL due to the lack
> > of funcallable-standard-class:
> > I wonder how difficult might it be to fix it?
> 
> Not too much. CLOS objects are already accepted by funcall, but only
> when they are marked as funcallable.

So basically I could duplicate the code in the CLOS
implementation that directly mentions standard-class
and standard-object for the funcallable-* alternatives,
and it should just work (more or less)?

Btw, the MOP feature test suite complains that built-in-class
should be an instance of standard-class instead of class.
Is there any reason behind this mismatch, or is it just a typo?

Alexander




More information about the ecl-devel mailing list