Why I chose D over Ada and Eiffel

Jacob Carlborg doob at me.com
Wed Aug 21 09:35:13 PDT 2013


On 2013-08-21 15:54, Ramon wrote:

> Reading through this forum, however, "performance" and not doing
> anything that might negatively influence performce is what Mother
> Mary is to Christians, very very holy.

In many areas D chooses safety or convenience before performance, 
compared with say C/C++. Examples:

* All variables are default initialized
* Garbage collector
* All instance methods are virtual by default

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list