lua-users home
lua-l archive

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


On Tue, Oct 23, 2012 at 7:35 AM, Rena <hyperhacker@gmail.com> wrote:
> be interesting if we could access local variables by table indexing
> syntax".

It can be done with the debug library, but it _is_ going to be slow,
especially for witing to upvalues (read-only can be cached)

A variant of this "wouldn't it be cool" we've discussed is accessing
upvalues when compiling strings.

steve d.