DIP19: Remove comma operator from D and provision better syntactic support for tuples

Caligo iteronvexor at gmail.com
Mon Sep 24 12:50:34 PDT 2012


foo(<11,2,8>, a, b)
vs
foo((11,2,8), a, b)

Parentheses are everywhere in D.  Sometimes it looks like Lisp.

On Mon, Sep 24, 2012 at 11:37 AM, bearophile <bearophileHUGS at lycos.com> wrote:
>
> That both breaks code, doesn't improve the syntax, but makes it worse.
>
> Bye,
> bearophile


More information about the Digitalmars-d mailing list