[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Optional static types for Lua - experimental derivative Ravi
- From: Dibyendu Majumdar <mobile@...>
- Date: Sun, 1 Feb 2015 00:47:49 +0000
On 1 February 2015 at 00:39, Sean Conner wrote:
> I have an obvious question: have you tried LuaJIT?
Hi - yes I use LuaJIT, and currently ensure my Lua code is portable
across Lua and LuaJIT - and for this reason I do not use FFI.
I need an alternative to LuaJIT as I cannot support, maintain or
enhance it, so I cannot ensure that it will always be available for my
use cases.
Regards
Dibyendu