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*...

Reply via email to