[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua registry, environment, and threads.
- From: David Manura <dm.lua@...>
- Date: Sat, 9 Jan 2010 04:02:41 -0500
On Sat, Jan 9, 2010 at 2:40 AM, Mark Hamburg wrote:
> Another direction to look on this front is toward dynamically scoped variables...
> I can imagine a really interesting synergy between lexically scoped variables and
> dynamic variables handled via a table stack.
"Dynamically Scoped Variables" in [1]
[1] http://lua-users.org/wiki/LuaHacks
- References:
- Lua registry, environment, and threads., Christian Tellefsen
- Re: Lua registry, environment, and threads., Christian Tellefsen
- Re: Lua registry, environment, and threads., Roberto Ierusalimschy
- Re: Lua registry, environment, and threads., Mark Hamburg
- Re: Lua registry, environment, and threads., Patrick Donnelly
- Re: Lua registry, environment, and threads., Roberto Ierusalimschy
- Re: Lua registry, environment, and threads., Enrico Colombini
- Re: Lua registry, environment, and threads., Roberto Ierusalimschy
- Re: Lua registry, environment, and threads., Edgar Toernig
- Re: Lua registry, environment, and threads., Mark Hamburg