[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: What will be the future of Lua-5.2 or even Lua-6.0
- From: "Nick Trout" <nick@...>
- Date: Tue, 3 Jan 2006 10:54:31 -0800
> The only thing I'd really want of Lua itself, is enumerated types, so
that
> C API
I agree, these would be very useful, and you can save a lot of memory in
a large API by substituting these at compile time (where you also catch
typos), and not including their declaration in the scripts. These kinds
of savings are useful for embedded/fixed systems.
http://lua-users.org/wiki/LuaTokenParsing
Nick