David Demelier
2014-09-02 09:55:21 UTC
Hello,
I'm new on this list and also new in LuaJIT world.
I've recently gave up using vanilla Lua because of the authors decisions
to remove existing features and design changes. Like removing math
functions or the __ipairs metamethod (which now needs to implement both
__index and __len as a function).
So I was thinking about moving to LuaJIT because it seems to keep
compatibility. However, I can not find the goals of LuaJIT especially :
Will new releases follow the new versions of Lua ? Like Lua 5.3 and its
removal __ipairs, math and such.
Kind regards,
David.
I'm new on this list and also new in LuaJIT world.
I've recently gave up using vanilla Lua because of the authors decisions
to remove existing features and design changes. Like removing math
functions or the __ipairs metamethod (which now needs to implement both
__index and __len as a function).
So I was thinking about moving to LuaJIT because it seems to keep
compatibility. However, I can not find the goals of LuaJIT especially :
Will new releases follow the new versions of Lua ? Like Lua 5.3 and its
removal __ipairs, math and such.
Kind regards,
David.