lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Dec 27, 2016 at 3:10 PM, Marc Balmer <marc@msys.ch> wrote:
> The next step will likely be a Lua module that provides a JNI binding,
> so that calling Java code from Lua becomes easy as well.

You need look no further than LuaJava, since it's done that tricky JNI
stuff for you, plus reflection-based interfaces. It was a revelation
how straightforward Android programming became (I maintain (sort of) a
fork of Michel Kottman's AndroLua which explored this)