[swift-evolution] Allowing trailing commas in argument lists

Jordan Rose jordan_rose at apple.com
Thu Mar 10 17:02:51 CST 2016


> On Mar 10, 2016, at 13:29, Radosław Pietruszewski via swift-evolution <swift-evolution at swift.org> wrote:
> 
>> In working with many programming languages since
>> ca. 1980, there was not even one language offering this, 
>> and I am an experienced programmer. 
> 
> Ruby, JavaScript, CoffeeScript, Swift.

C and C++, but only for enum cases and initializer lists (braced-init-lists in C++). Possibly C# as well in these cases.

Python, everywhere (AFAICT).

Jordan


More information about the swift-evolution mailing list