(no title)
eel
|
5 months ago
It's a shame that Lua did not evolve in a more backwards-compatible manner. In addition to Roblox, lots of others projects started adopting Lua 5.1 as a scripting language in the late 00s. Lua itself is now at 5.4, but it did not keep backwards compatibility. LuaJIT and related projects pretty much only support 5.1. It's similar to the situation Python had with 2.x/3.x, except that the majority of Lua users I am aware of are preferring to stay with the older 5.1.
thrance|5 months ago
parenwielder|5 months ago
kragen|5 months ago
giraffe_lady|5 months ago
johnisgood|5 months ago
See https://luajit.org/extensions.html.