Lua 5.4 Released With New Garbage Collection Mode, Warning System

Written by Michael Larabel in Programming on 29 June 2020 at 05:56 PM EDT. 8 Comments
PROGRAMMING
Lua 5.4 shipped today as the newest version of the interpreter for this scripting programming language that is particularly popular for embedding within games and other applications.

Lua 5.4 is the first major release since Lua 5.3 shipped five years ago with support for bitwise operators, integers, UTF-8 library handling, and other capabilities. Lua 5.4 is another hearty feature update.

Lua 5.4 brings a new generational mode for garbage collection, support for const variables, support for to-be-closed variables, a new math.random implementation, the introduction of a warning system, and a variety of other changes.

More details on all of the Lua 5.4 changes via Lua.org.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week