Lua 5.4.4 introduces a few nice features like to-be-closed variables, but most importantly it contains the new stuff like integer types from Lua 5.3 with performance improvements putting it much closer to Lua 5.1
Additional GC characteristics have been improved, including an "emergency sweep" which happens when malloc() returns NULL and will be useful with the DC's limited RAM.
Lua 5.4.4 introduces a few nice features like to-be-closed variables, but most importantly it contains the new stuff like integer types from Lua 5.3 with performance improvements putting it much closer to Lua 5.1
Additional GC characteristics have been improved, including an "emergency sweep" which happens when malloc() returns NULL and will be useful with the DC's limited RAM.