[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua registry, environment, and threads.
- From: Mike Pall <mikelu-1001@...>
- Date: Thu, 7 Jan 2010 22:38:34 +0100
Roberto Ierusalimschy wrote:
> Modules can be written as "in module(...) do <body> end", with the
> module function returning the module table.
Does this mean module() will no longer change the environment of
its caller? If yes, this means *all* existing Lua source code
using the module() function will break.
--Mike
- References:
- Lua registry, environment, and threads., Christian Tellefsen
- Re: Lua registry, environment, and threads., Patrick Donnelly
- Re: Lua registry, environment, and threads., Roberto Ierusalimschy
- 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