D vs C++11

Rob T rob at ucora.com
Fri Nov 2 16:05:38 PDT 2012


On Friday, 2 November 2012 at 22:47:20 UTC, Nick Sabalausky wrote:
>
> No proper modules. No properties. Slow compilation. No reference
> semantics for classes. No scope guards. Little default 
> initialization.
> Goofy ptr and func-ptr declaration syntax. Goofy rules about 
> what
> is/isn't virtual. Lots of undefined behavior. Forward 
> declarations.
>
> Things I'm not entirely certain about:
>
> No IFTI? No polysemous literals? No finally?

The number one thing I hate the most about D is that because it 
is so good, the few things that are not so good (or missing) 
REALLY stand out and make you 10x more upset about them than you 
should be.

With C++, you learn to accept all the crap and not complain about 
it so much.

--rt



More information about the Digitalmars-d mailing list