[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Another take on locals by default.
- From: Matthew Wild <mwild1@...>
- Date: Tue, 22 May 2012 14:05:36 +0100
On 22 May 2012 13:55, Pierre-Yves Gérardy <pygy79@gmail.com> wrote:
> I just stumbled on LiveScript (http://gkz.github.com/LiveScript/), yet
> another CoffeeScript fork.
>
> The language has locals by default, and has an interesting solution to
> the local/upvalue definition and assignment conundrum.
> Marking assignment to non-locals explicit makes IMO the code easier to read.
> Globals could use yet another token.
http://www.lua.org/manual/4.0/manual.html#4.6 :)
Regards,
Matthew