lua-users home
lua-l archive

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


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