Re: Recipe: setfenv with Lua 5.2.0 work3
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Recipe: setfenv with Lua 5.2.0 work3
- From: Jonathan Castello <twisolar@...>
- Date: 2010年5月20日 12:13:17 -0700
I may be something of a black sheep here, but I actually use setfenv()
rather often. Actually, I use newproxy() in some cases too, because I
can store specific data in its environment while keeping the metatable
the same across all types. I'd hate to see either of these go.
~Jonathan