D's design goals attempt to combine the performance of
compiled languages with the safety and expressive power
of modern dynamic languages. Idiomatic D code is
commonly as fast as equivalent C++ code, while being
shorter and memory-safe.
D seems to have similar goals with Go (golang). Has anybody here used both?
[http://en.wikipedia.org/wiki/D_%28programming_language%29]