lljvm-translator
lljvm-translator copied to clipboard
Calling Java from <other language>
Is there any way to set it up so that other languages can call out to arbitrary java classes/methods? Something ugly (like the array example in readme) is okay, so long as you can create idiomatic wrappers around the ugly interfaces. (this is common with FFIs anyway)
Currently, no. But, the feature sounds good to me. That's a kind of future work.