DMD 1.017
Wednesday, June 27th, 2007The 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
News and Opinions of the Digital Mars D Programming Language
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
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 http://twoapple.googlecode.com/svn/trunk/. From the NG announcement:
It doesn’t do much yet in the way of Apple emulation, but 6502/65C02
processor emulation is working. Next to come will be monochrome video
output.
Sounds pretty cool. Gerald is also wondering if any other 6502/Apple II enthusiasts are about in the D community. If that’s you, raise your hand.
Technorati Tags: D Programming Language, Apple, emulators, 6502
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 are having a hard time understanding it, this page should help clarify it.
Technorati Tags: D Programming Language, Digital Mars, Walter Bright
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
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 Subversion repository or read the manual.
Technorati Tags: D Programming Language, DMDScript, JavaScript, ECMAScript, Gtk