A summary of D's design principles

Sclytrack sclytrack at sleepy.com
Wed Sep 29 07:59:25 PDT 2010


> >   D   C#
> > --- ---  <-- high level
> >   |   |
> >   |   |
> >   |   |
> >   |  ---
> >   |
> > ---      <-- low level
> >



             C#
            ---
             |  <---------gc
       Delphi|
        ---  |
         |   |  <---------custom attributes, reflection, generic collections
     D   |   |
    ---  |   |
     |<--|---|------------gc, better templates, experimental purity
C++  |   |   |
---  |   |   |
 |   |   |   |
 |   |   |   |
 |   |   |   |
 |   |   |   |
 |   |   |   |
 |   |   |   |
 |   |   |   |
 |   |   |   |
 |   |   |   |
 |   |   |  ---
 |   |   |   <-------------Assembler
--- --- ---

Delphi might make an excellent RAD
and system programming language.



More information about the Digitalmars-d mailing list