lua-users home
lua-l archive

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


On 03.03.2012 17:12, Greg wrote:
I would personally not like as it makes the syntax inconsistent, in this case
sometimes it is mandatory and
sometimes it isn't. Consistency has a lot of benefits.

I too am a big fan of consistency.  We would be more consistent (IMHO) if we
dropped the option of no parentheses from function calls.  I think we could then
remove commas from the language (or at least make them optional).

{ this ("%s):format( "would also be ambiguous" ) }


[...]

- Greg


Philipp