Tuple literal syntax
bearophile
bearophileHUGS at lycos.com
Sat Oct 9 06:08:17 PDT 2010
so:
> The syntax is too ugly, i don't know how you call it "sugar" :)
If you take a look at Fortress you may see how much they use that kind of syntax. And they are able to convert the ASCII code into more elegant pages that use special chars. It's a clean syntax, I think it has no corner cases, I think it doesn't collide with C comma syntax operator, and it's shorter than the range()/tuple() syntax. So I don't agree with you :-)
Bye,
bearophile
More information about the Digitalmars-d
mailing list