lua-users home
lua-l archive

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


> Lua 5.0 (beta) is now available for downloading at

My first critique of this codebase is pretty simple.  Why would you want
to decrease the readability of the code, particularly the public API, by
using cryptic identifiers such as:

sz (size)
lvl (level)
tp (type... I thought it was top)
idx (index)

And I'm sure there are more I haven't discovered yet.

?

Josh