[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Indexable functions
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 23 Oct 2012 08:00:42 +0200
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.