lua-users home
lua-l archive

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


On Sun, Jan 9, 2022 at 2:02 AM Sean Conner wrote:
So why not just stick to using Lua 5.2?  The useful string.pack() and
string.unpack() could be backported (I find those two routines extemely
useful for what I do), and the utf8 library could also be backported if you
need it.

The main feature of the latest Lua is the optimized VM.
Lua 5.4 runs faster.
How to backport this to Lua 5.2?  :-)