lua-users home
lua-l archive

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


On Sat, Sep 12, 2009 at 05:38, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:

<...>

> So, in principle, you could
> "merge" a table literal into an existing table very efficiently, if only we
> could say it in the program.

<...>

> Other possibilities that do not require a new token are
<...>
>        t:{ ... }

I'd be happy to see this syntax in future Lua versions. I see a good
few places in my code, where such syntax would help.

Alexander.