Does D have too many features?

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Sat Apr 28 12:22:07 PDT 2012


"Walter Bright" <newshound2 at digitalmars.com> wrote in message 
news:jnhe1i$2vcm$1 at digitalmars.com...
> Andrei and I had a fun discussion last night about this question. The idea 
> was which features in D are redundant and/or do not add significant value?
>
> A couple already agreed upon ones are typedef and the cfloat, cdouble and 
> creal types.
>
> What's your list?

Off the top of my head:

- Using function stubs so the implementation can be provided in a separate 
source and linked in. (Outside of .di files anyway.)

- Comma operator

- Version blocks: They should be replaced with something that utilizes 
"static if".




More information about the Digitalmars-d mailing list