[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: setfenv/getfenv
- From: Leo Razoumov <slonik.az@...>
- Date: Tue, 12 Jan 2010 15:01:13 -0500
On 2010-01-12, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> > I do not know what do you mean by "different approach to their problem".
>
>
> For instance to use a proxy table as the environment (as suggested in
> the list).
>
> -- Roberto
Proxy tables would bring in dynamic scoping through a back door. Also
proxy tables do not provide the same degree of isolation and
compartmentalization as fenv.
--Leo--