2010/2/2 Mark Evenson evenson@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.