[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANNOUNCE] Lua 5.0 (work0)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 6 Jun 2002 10:51:06 -0300
A snapshot of Lua 5.0 (work) is now available at
http://www.tecgraf.puc-rio.br/lua/work/lua-5.0-work0.tar.gz
I'll post later a precise list of what is new.
No manual is available yet. We're working on it. Also, the examples in test/
have not been updated but they should run if you first load compat.lua.
A new feature in lua.c is that you can do this automatically by setting
the environment variable LUA_INIT to "@compat.lua".
Like the others work versions, none of the changes is definitive. This is
simply a work version that is being made available so that you can experiment
with it and send us your feedback.
Enjoy.
--lhf