lua-users home
lua-l archive

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


On Mon, Aug 17, 2009 at 7:20 AM, John C. Turnbull
<ozemale@ozemail.com.au> wrote:
>
> Does anyone know of a Java wrapper for LuaJIT?  I am looking for the absolute fastest way to script my Java apps.

I haven't tried it, but you should be able to build LuaJava against
LuaJIT, the external API is just the same.

If you're on Windows, I can provide the binary .dll, it's pretty
straightforward on Linux x86 (doesn't do i86_64, sorry) just use the
liblua.a from LuaJIT in the build.

steve d.