The D programming language

Hi all,

I just watched http://www.youtube.com/watch?v=RlVpPstLPEc
and I was impressed. It appears at first glance that D might be the proper marriage of C++ and java, together with lightning fast compilation time.

Your opinion? (speculations from those who haven't really tried it like me are welcome)

Cheers

[Edit:] It also supports the template paradigm, by allowing compile-time if-s, function calls, etc.

Various pieces of code can be chosen to be scope variables (just as in C++, using new and delete), and others can be chosen to be garbage collected (as in java).
Last edited on
http://www.cplusplus.com/forum/lounge/13313/#msg68187

EDIT: One thing I forgot to mention in that post is that its two standard libraries are mutually incompatible. Fun!
Last edited on
Topic archived. No new replies allowed.