lua-users home
lua-l archive

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


>I'm still using 4.0 alpha, the last version with the 3.2
>style C API :)

Have you tried lua3, an emulation of Lua 3.2 API on top of Lua 4.0 API?
Here is a part of the README:

 This module may ease the transition to Lua 4.0.
 By using this module, you get all the new features of Lua 4.0: faster virtual
 machine, "for" statements, etc. (But make sure you remove those $debug...)
--lhf