Tag Archives: programming language

The D Programming Language

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 Random | Tagged , , , | Leave a comment