[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Short function definition syntax; thoughts on Lua (was Re: [ANN] GSL Shell new beta release...)
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Wed, 9 Dec 2009 16:18:16 +0100
2009/12/6 David Given <dg@cowlark.com>:
> Jerome Vuarand wrote:
> [...]
>> local f = y[[ x + y with x, y ]]
>
> This collides with long-string syntax (looks like a function call to y
> with a single string parameter).
That because it was precisely a proposal to implement it with current
unmodified Lua.