The D Programming Language
June 10, 2008
The D programming language is a static typed language similar to C++ but has much more built-in features (like associative arrays, garbage collection, unit tests, …) that makes development extremely efficient compared to C++ and Java (and even Lisp).
Posted in


