Three Unlikely Successful Features of D

Alex Rønne Petersen xtzgzorex at gmail.com
Tue Mar 20 12:32:37 PDT 2012


On 20-03-2012 20:02, Andrei Alexandrescu wrote:
> I plan to give a talk at Lang.NEXT
> (http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012) with the
> subject above. There are a few features of D that turned out to be
> successful, in spite of them being seemingly unimportant or diverging
> from related consecrated approaches.
>
> What are your faves? I have a few in mind, but wouldn't want to
> influence answers.
>
>
> Thanks,
>
> Andrei

In no particular order: Lazy values, guaranteed initialization, scope 
guards, perhaps array slices, alias this / single inheritance, unittest 
blocks.

-- 
- Alex


More information about the Digitalmars-d mailing list