lua-users home
lua-l archive

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


On Sat, 31 Jul 2010, Luiz Henrique de Figueiredo wrote:

> Here are the main changes since the previous work version:

> - new function luaL_requiref.
> - new functions lua_tonumberx and lua_tointegerx. 

Could these (especially luaL_requiref) be renamed to something less 
cryptic?  The short one letter abbreviations the Lua implementation is 
so fond of should IMHO not leak too much into the public API.

> - caching of Lua closures for resue.

Typo "resue" -> "reuse" (also in the manual).  A little more info on 
how this caching is done and what implies for memory usage would be 
great.  What's the intended use case that caching solves?

Cheers,

Joonas