How to compile lua source into java class imported by java code? #30

Closed
opened 2019-03-03 10:07:39 +00:00 by zaoqi · 2 comments
zaoqi commented 2019-03-03 10:07:39 +00:00 (Migrated from github.com)

How to compile lua source into java class imported by java code?

How to compile lua source into java class `import`ed by java code?
noncom commented 2019-03-22 09:42:55 +00:00 (Migrated from github.com)

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.

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.
zaoqi commented 2019-03-22 09:53:01 +00:00 (Migrated from github.com)

@noncom Generate a java library.

@noncom Generate a java library.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-autonomous-connection/luaj#30