[closer-devel] OpenMCL and funcallable-standard-object

Pascal Costanza pc at p-cos.net
Sat Nov 17 23:54:44 UTC 2007


On 12 Nov 2007, at 09:33, Pascal Costanza wrote:

>
> On 11 Nov 2007, at 20:17, Vyacheslav Akhmechet wrote:
>
>> On 11/11/07, Pascal Costanza <pc at p-cos.net> wrote:
>>> Yes, OpenMCL doesn't support the generic function invocation  
>>> protocol
>>> as specified in AMOP, so there is not much use to export that  
>>> symbol.
>> Right, but I'm not talking about GF invocation. I have code that  
>> makes
>> instances of classes funcallable. Because ACL doesn't automatically
>> use FUNCALLABLE-STANDARD-OBJECT for classes with metaclass
>> FUNCALLABLE-STANDARD-CLASS I have code that looks like this:
>>
>> (defclass foo (c2mop:funcallable-standard-object)
>> (...)
>> (:metaclass c2mop:funcallable-standard-class))
>>
>> I can easily add #+allegro to the superclass, but OpenMCL does  
>> support
>> support FUNCALLABLE-STANDARD-OBJECT, it's just that it's not exported
>> by Closer.
>
> OK, I'll make it available as soon as possible...

It's now in the repository.


Pascal

-- 
Pascal Costanza, mailto:pc at p-cos.net, http://p-cos.net
Vrije Universiteit Brussel, Programming Technology Lab
Pleinlaan 2, B-1050 Brussel, Belgium







More information about the closer-devel mailing list