Y
Hacker News
new
|
ask
|
show
|
jobs
by
0cf8612b2e1e
402 days ago
Each new Lua version has breaking changes that are of dubious value to keep on the upgrade treadmill. Something like a Python2->3.
LuaJIT is famously on 5.1 with no signs of moving.
1 comments
bondant
402 days ago
Not moving straight to a more recent version, but still cherry-picking some parts of them. You can see some functionalities from Lua 5.2 and 5.3 are working in Luajit:
https://luajit.org/extensions.html
link
90s_dev
402 days ago
I guess all of this means Lua has "flavors" more than "versions".
link