Should we deprecate comma?

bearophile bearophileHUGS at lycos.com
Sun Mar 23 20:30:53 PDT 2014


Andrei Alexandrescu:

> Yes, can't find it now. It was something like:
>
> foreach (e; chain(iota('a', 'я')), iota('A', 'Я')) {
>    ...
> }

Then if all or most comma-related bugs are caught with a more 
limited language change, then it's an interesting thing to know. 
Minimizing change impact is often positive.

How is this more limited change affecting possible future syntax 
usage of commas for tuples? :-)

Bye,
bearophile


More information about the Digitalmars-d mailing list