[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Java wrapper for LuaJIT?
- From: "John C. Turnbull" <ozemale@...>
- Date: Mon, 17 Aug 2009 17:10:17 +1000
Hi Steve,
Thanks for the info - I'll try to build against the current LuaJIT. Could
you please send me the Windows DLL you referred to?
Thanks,
John
> -----Original Message-----
> From: lua-bounces@bazar2.conectiva.com.br [mailto:lua-
> bounces@bazar2.conectiva.com.br] On Behalf Of steve donovan
> Sent: Monday, 17 August 2009 16:28
> To: Lua list
> Subject: Re: Java wrapper for LuaJIT?
>
> 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.