lua-users home
lua-l archive

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


On Sat, Jan 9, 2010 at 3:30 PM, Miles Bader <miles@gnu.org> wrote:
> Yes, it would be useful to know _why_ these changes are being made...

I may be jumping at conclusions, but maybe the whole idea of function
environments is being phased out?

What supports this idea is:

in module(...) do
...
end

So (in short) module() would no longer be required to do a setfenv
(which it most definitely still does)

I would like to be corrected on this, of course.

steve d.