[armedbear-devel] Question about calling Java
Ville Voutilainen
ville.voutilainen at gmail.com
Tue Feb 2 17:02:24 UTC 2010
2010/2/2 Mark Evenson <evenson at panix.com>:
> returns. Is there any way to tell JCALL not to perform such translation
> on its arguments? JCALL-RAW doesn't convert its return value, but maybe
> we need a JCALL-NAKED that doesn't translate its arguments? I suspect
Maybe we need an argument converter function that can decide on a per-argument
basis whether an argument needs conversion or not? You can then do
jcall-raw/jcall-naked
invocations as macros on top of it.
More information about the armedbear-devel
mailing list