[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Recipe: setfenv with Lua 5.2.0 work3
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 20 May 2010 18:43:47 +0200
On Thu, May 20, 2010 at 6:27 PM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> untrusted code. I would like it to look "ugly", to be easily seen
> and found (e.g., "/_ENV"), not to look like "code as usual".
That's a reasonable position; most people only need the black arts
occaisionally and will hide the incantations in some library code.
Certainly it would be bad style to be too free and easy with _ENV !