Tag Archives: java

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

Java does'nt like C:\Programme on Vista

On my German Windows Vista I have a folder called C:\Programme which is basically the translation of C:\Program Files in the English version. But unlike in Windows XP, where the folder is really called this way, Vista does use a … Continue reading

Posted in Software | Tagged , , | 2 Comments