[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: Miroslav Janíček <mira.janicek@...>
- Date: Sun, 2 Oct 2016 12:25:40 +0200
> On 2 Oct 2016, at 11:44, steve donovan <steve.j.donovan@gmail.com> wrote:
>
> 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.
Not yet, but it’s definitely on my list! It should be possible to either access Java classes via reflection, or through a wrapper generated and compiled on-the-fly.
Is LuaJava still alive? Would it make sense to write this module such that it would be source-compatible with LuaJava?
M.
- References:
- [ANN] Rembulan, an implementation of Lua 5.3 for the JVM, Miroslav Janíček
- Re: [ANN] Rembulan, an implementation of Lua 5.3 for the JVM, Marc Balmer
- Re: [ANN] Rembulan, an implementation of Lua 5.3 for the JVM, steve donovan
- Re: [ANN] Rembulan, an implementation of Lua 5.3 for the JVM, Marc Balmer
- Re: [ANN] Rembulan, an implementation of Lua 5.3 for the JVM, steve donovan