Thread overview
Why D is created?
Jan 22, 2013
MMj
Jan 22, 2013
dennis luehring
Jan 22, 2013
MMj
Jan 22, 2013
mist
Jan 22, 2013
David
Jan 22, 2013
dennis luehring
Jan 22, 2013
eles
January 22, 2013
Why D programming language is created and what is the most features?
January 22, 2013
Am 22.01.2013 10:53, schrieb MMj:
> Why D programming language is created and what is the most
> features?
>

what is your background - C/C++?

read the language specs on dlang.org to get a feeling about reasons for creation and features
January 22, 2013
On Tuesday, 22 January 2013 at 10:14:52 UTC, dennis luehring wrote:
> Am 22.01.2013 10:53, schrieb MMj:
>> Why D programming language is created and what is the most
>> features?
>>
>
> what is your background - C/C++?
>
> read the language specs on dlang.org to get a feeling about reasons for creation and features

Hello Dennis.
Thanks very much for your guidance.
Yes I'm a C\C++ programmer. Are you an expert in D? Why you thought C\C++ not good?
January 22, 2013
On Tuesday, 22 January 2013 at 10:20:57 UTC, MMj wrote:
>
> Hello Dennis.
> Thanks very much for your guidance.
> Yes I'm a C\C++ programmer. Are you an expert in D? Why you thought C\C++ not good?

Wow, are we looking at C++ programmer who considers C++ good? :)
January 22, 2013
Am 22.01.2013 11:27, schrieb mist:
> On Tuesday, 22 January 2013 at 10:20:57 UTC, MMj wrote:
>>
>> Hello Dennis.
>> Thanks very much for your guidance.
>> Yes I'm a C\C++ programmer. Are you an expert in D? Why you thought
>> C\C++ not good?
> 
> Wow, are we looking at C++ programmer who considers C++ good? :)

There are a few incorrigible C++ programmers out there :P
January 22, 2013
On Tuesday, 22 January 2013 at 09:53:50 UTC, MMj wrote:
> Why D programming language is created and what is the most features?

Please, read this:

http://www.amazon.com/exec/obidos/ASIN/0321635361/classicempire

It will change the way you see programming.
January 22, 2013
Am 22.01.2013 11:20, schrieb MMj:
> On Tuesday, 22 January 2013 at 10:14:52 UTC, dennis luehring
> wrote:
>> Am 22.01.2013 10:53, schrieb MMj:
>>> Why D programming language is created and what is the most
>>> features?
>>>
>>
>> what is your background - C/C++?
>>
>> read the language specs on dlang.org to get a feeling about
>> reasons for creation and features
>
> Hello Dennis.
> Thanks very much for your guidance.
> Yes I'm a C\C++ programmer. Are you an expert in D? Why you
> thought C\C++ not good?
>

you know its weakness if you're an experienced C/C++ developer - D is just more expressive in template,generic programming, combining procedural,oop,and functional programming etc. in short a very clean C++ (nearly) without its weakness-es

but beware D isn't better than C++ just because of its standard librarie - its not like Java or C# were you got a hell of helper classes around

why are you looking at D? did you reach the end of your C++ journey - used STL, Boost to the end and want to see whats beat that in quality :)