[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Proposal: Trailing comma in function calls
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 5 Jun 2014 10:16:22 +0200
2014-06-05 9:50 GMT+02:00 Axel Kittenberger <axkibe@gmail.com>:
> While I'd appreciate something like that can we please keep some focus on
> the original proposal?
I'm happy with the table constructor allowing an extra delimiter precisely
because {a,b,c}, {a,b,c,} and {a,b,c,nil} all do the same thing, and I am
not happy with the original proposal because for f(...), the difference
between f(a,b,c) and f(a,b,c,nil) can be detected by select('#',...).