[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Rembulan, an implementation of Lua 5.3 for the JVM
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 2 Oct 2016 11:44:05 +0200
On Sun, Oct 2, 2016 at 11:15 AM, Marc Balmer <marc@msys.ch> wrote:
> But saw that I mentioned JNI? JNI is the Java Native Interface, used
> to call C from Java and vice versa.
So what would be the use case? Loading C Lua modules? In many cases it
would be better to use existing Java libraries.
I'm assuming that Rembulan has some relatively-easy way for Lua code
to access Java through reflection; that always was the strong point of
LuaJava.