[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Blog post on explicit locals in Lua
- From: Axel Kittenberger <axkibe@...>
- Date: Mon, 4 Jun 2012 19:10:56 +0100
Yes, I'm convinced, implicit locals are a bad thing, but I never
really got why we need an implicit anything, I know one can hack _G
but anyway, never understood why someone thought implicit globals are
a good thing to begin with. It does require some deeper experience
into the language to hack it away again.
On Mon, Jun 4, 2012 at 10:49 AM, <rob@hoelz.ro> wrote:
> Hello list,
>
> I've seen a couple of complaints about how Lua uses explicit locals (unlike
> other popular scripting languages), so I wrote a blog post to address this:
>
> http://hoelz.ro/blog/lua-why-explicit-local-is-a-good-thing
>
> -Rob
>