Other language features you'd want in D
bearophile
bearophileHUGS at lycos.com
Thu Feb 28 05:36:01 PST 2008
downs:
> so ["foo", "bar"] should be char[3][2], as currently, but ["foo", "barf"] should use
> char[][2] automatically,
Too much automatic things may lead to problems. I don't like that too much. I'd like a more systematic (uniform) behavior there (for example: "always create dynamic array when not explicitly specified otherwise").
Bye,
bearophile
More information about the Digitalmars-d
mailing list