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 a couple more... all of these are just in lua.h:

dt (data)
l (len)

-Josh