How to compile lua source into java class imported by java code?
#30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How to compile lua source into java class
imported by java code?I'm not sure that this is possible with LuaJ, but I remember that Rembulan was compiling Lua to native Java bytecode. However, I am not sure if that's what you mean.
If you want a language that will support transpiling to both Java and Lua, you can take a look at Haxe.
@noncom Generate a java library.