Things that may be removed

Ary Borenszweig ary at esperanto.org.ar
Wed Dec 17 04:57:02 PST 2008


bearophile wrote:
> There are some things I'd like to see added to the D language, but what things can be removed from it?
> 
> "Perfection is attained, not when no more can be added, but when no more can be removed."
> -- Antoine de Saint-Exupéry.
> :-)
> 
> "There should be one-- and preferably only one --*obvious* way to do it."
> -- Python Zen, emphasis added by me :-)
> 
> Bye,
> bearophile

Why, of course, the C syntax for types:

int (*x[5])[3];
int (*x)(char);
int (*[] x)(char);

*Ugh*...



More information about the Digitalmars-d mailing list