lua-users home
lua-l archive

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


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