[armedbear-devel] [PATCH] jcall(there are multiple matchingmethods)
Alessio Stalla
alessiostalla at gmail.com
Tue Dec 22 18:59:58 UTC 2009
On Mon, Nov 23, 2009 at 2:47 PM, Alessio Stalla <alessiostalla at gmail.com> wrote:
> On Mon, Nov 23, 2009 at 2:24 PM, <logicmoo at gmail.com> wrote:
>> To me the .patch looks correct.
>>
>> Good work Yoshinori
>
> Good work indeed. Since no-one said anything against the patch I'll
> commit it as soon as possible (this evening, probably).
It took way longer than I had foreseen, but I've finally committed your patch.
Now jcall can be used with less verbose syntax, for example:
(jcall "toString" 4) ==> "4"
(jcall "compareTo" 4 5) ==> -1
it would be nice to add (#"methodName" args) a la JSS for even shorter syntax.
Bye, and thanks for your patience,
Alessio
More information about the armedbear-devel
mailing list