D vs C++

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Dec 27 09:21:32 PST 2010


I don't know about Variant, but D's auto is a real time-saver for me,
especially when I'm converting some C code to D (app code, not
libraries). It almost feels like coding in a dynamic language.

On 12/27/10, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote:
> On 12/27/10 2:19 AM, Gour wrote:
>> On Sun, 26 Dec 2010 14:33:25 -0600
>>>>>>>> "Seth" == Seth Hoenig<seth.a.hoenig at gmail.com>  wrote:
>>
>> Seth>  This is certainly a personal preference, but I would add static
>> Seth>  typing to that list.
>>
>> +1
>
> Conversely, I wonder how we can improve the dynamic typing capabilities
> of D. For example, I'd be very interested in hearing experience with
> using Variant almost exclusively as the type of choice.
>
> Andrei
>


More information about the Digitalmars-d mailing list