On Mon, Nov 23, 2009 at 2:47 PM, Alessio Stalla alessiostalla@gmail.com wrote:
On Mon, Nov 23, 2009 at 2:24 PM, logicmoo@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