[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Deprecating setfenv()
- From: steve donovan <steve.j.donovan@...>
- Date: Sat, 9 Jan 2010 15:58:29 +0200
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.