Monthly Archives: June 2007

DMD 1.017

The newest stable release of DMD has several bugfixes, but adds a couple of new built-in contants: __VENDOR__ and __VERSION__. Technorati Tags: D Programming Language, DMD, Digital Mars, Walter Bright

Posted in DMD Releases | Leave a comment

Twoapple 0.1.23 alpha

Twoapple is an Apple II emulator created by Gerald Stocker. He’s doing it with D (else I wouldn’t be writing about it here, eh) and it is, apparently, a Linux-only thing. You can check out, or browse, the source at … Continue reading

Posted in News | Leave a comment

D’s Const Rationale

I’ve been out of action for a few days and missed an announcement by Walter a few days back. He has put a page online outlining the rationale behind D 2.0′s new const/final/invariant features. If you know nothing of it … Continue reading

Posted in News | Leave a comment

Ddbg 0.10 beta

Jascha has released a new beta version of Ddbg. This released adds support for multiple threads and post-mortem debugging. Technorati Tags: D Programming Language, debugging, debugger, debug

Posted in News | Leave a comment

GtkD-JS

Not sure how I missed this, but Alan Knowles has released Gtk bindings for DMDScript. With this package, you can create Gtk extensions with D. There doesn’t appear to be a homepage for the project, but you can browse the … Continue reading

Posted in News | Leave a comment