lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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