D vs C++

Walter Bright newshound2 at digitalmars.com
Sun Dec 26 12:06:04 PST 2010


bearophile wrote:
> One of the few advantages of D over Python is that in D you are able to
> implement efficient and custom data structures without leaving the D language
> itself :-)

few?

How about:

1. scope guard
2. multithreaded programming (the GIL doesn't count)
3. inline assembler
4. immutability
5. purity
6. far faster performance
7. RAII
8. direct interface to C
9. templates
10. CTFE
11. generative programming


More information about the Digitalmars-d mailing list