Monthly Archives: March 2007

Tango 0.96 Beta 2

The latest beta of Tango is out. Read the changelog or go straight to the download page. Those new to Tango might want to start from the beginning. Installation instructions are also available. Technorati Tags: D Programming Language, Tango

Posted in Tango | Leave a comment

DLang Group

If you understand Chinese, you might be interested in paying a visit to DLang. My Korean is far from perfect, but it’s a far sight better than my Chinese (anything is better than my Chinese — excluding, of course, Japanese). … Continue reading

Posted in News | 3 Comments

Self-Configuration of Classes With Delegates

Sometimes you need to execute different code paths depending upon certain runtime parameters. For example, in graphics applications it is quite common to create different rendering paths based upon the graphics API features supported by the user’s graphics card. In … Continue reading

Posted in Code, D Programming | Leave a comment

DMD 1.009

Skipping a public release of 1.008 (it was a “special build”), Walter has given us DMD 1.009. No new or changed features in this release — it’s all about bugs. Technorati Tags: D Programming Language, DMD, Digital Mars, Walter Bright

Posted in DMD Releases | Leave a comment

dallegro 2.0 beta 4

In the late nineties when I got (a really late) start in toying around with game development, Allegro was the library I used for my experimentations. I once started work on a Java binding for it. Though I haven’t looked … Continue reading

Posted in Gamedev/Games, News | Leave a comment