Lua 5.1 released

Discussion about everything. New games, 3d math, development tips...
Post Reply
zenaku
Posts: 212
Joined: Tue Jun 07, 2005 11:23 pm

Lua 5.1 released

Post by zenaku »

Lua rocks! :)

http://www.lua.org/versions.html#5.1
The main features in Lua 5.1 are a new module system, incremental garbage collection, new mechanism for varargs, new syntax for long strings and comments, mod operator, length operator, metatables for all types, new configuration scheme via luaconf.h, fully reentrant parser, and more.
I'll be updating IrrLua to Lua 5.1 once the other tools are also ported to Lua 5.1 (tolua++ in particular).
-------------------------------------
IrrLua - a Lua binding for Irrlicht
http://irrlua.sourceforge.net/
Post Reply