Thoughts on the D programming language
I've been seeing the D programming language rise up the ranks recently, I was wondering if anyone in these forums had much experience with it and what their thoughts of it were?
[182 byte] By [
goatslayer] at [2007-11-20 11:10:08]

# 1 Re: Thoughts on the D programming language
In musical terms, isn't that a half step up from C#?
Arjay at 2007-11-9 12:19:37 >

# 3 Re: Thoughts on the D programming language
It looks a lot like a C/C++ hybrid. I do like the way it uses garbage collection like C# but still allows you to manually deallocate memory explicitly.