[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: setfenv (was Re: tuples)
- From: Javier Guerra <javier@...>
- Date: Fri, 16 Sep 2005 07:13:39 -0500
On Friday 16 September 2005 4:20 am, Rici Lake wrote:
> This allows you to create a wrapper which is quite flexible:
>
> function(env)
> in env do
> return function()
> -- insert code here
> end
> end
> end
>
> Now every time this factory is executed, it creates a new instance of the
> embedded code with a different environment.
i don't get how's this different from:
function (env)
return (setfenv (function()
-- insert code here
end, env))
end
--
Javier
Attachment:
pgpEut2WT3fdO.pgp
Description: PGP signature