This is the 3rd D I've seen. There's D from Digital Mars which looks like an interesting language along the lines of C++ but cleaner*. Then there is D from Sun Microsystems which is a scripting language for the almighty DTrace. Now MS are going to muddy the water further.
*still there are serious issues with their operator overloading. Needs fixing before it can replace C++.
Still the language is more modern (you don't need to separate definition and implementation, etc).
|