[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work4) now available
- From: M Joonas Pihlaja <jpihlaja@...>
- Date: Sun, 1 Aug 2010 22:06:07 +0300 (EEST)
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