lua-users home
lua-l archive

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


On 30 January 2016 at 17:12, Marc Balmer <marc@msys.ch> wrote:
How can you say it's "a numerical library for Lua" when effectively this is for LuaJIT?

LuaJIT ~= Lua

It should be named LJGSL, not LGSL, imo.

</rant>

It's written in/for Lua, it just uses a library that is currently only available for LuaJIT.
Most of it should work fine in Lua (albeit not as fast) when/if the FFI library for Lua [1] supports the necessary features.

Best regards,
Lesley

[1] https://github.com/jmckaskill/luaffi