Archive for March, 2007

Ddbg 0.0.6 alpha

Friday, March 30th, 2007

Jascha Wetzel has released a new version of Ddbg:

Bugfixes, type casts allow template types, “select frame” command allows
evaluation of expressions on any stack frame in the call chain, wchar
and dchar support

Technorati Tags: , , ,

eDitor 0.44

Tuesday, March 27th, 2007

Thomas Brix Larsen has released a new version of his eDitor:

Changes (0.43 to 0.44)

Features:
* Documentation updates: D 1.10, Phobos 1.10, Tango 0.96-b2.
* Support for Qt’s UI files.

Bugfixes:
* Saving of project settings to the *correct* file is now working again.
* Loading documentation when in a project sometimes failed.
* Non-documentation tabs sometimes had the save buttons disabled.
* Documentation sometimes became inaccessible after building a project.

If you are in the market for an editor for your D code you might want to give it a spin.

Technorati Tags: , ,

DMD 1.010

Monday, March 26th, 2007

Walter has announced DMD 1.010. More enhancements than usual, fewer bug fixes than usual. Here’s one that really looks interesting from my point of view:

Added Object.factory(char[] classname) method to create
class objects based on a string.

I use dynamic instantiation quite often in Java, particularly for plugin functionality. I don’t miss it when using C because I wear my C hat then. When I use D I keep wanting to put my Java hat on, which ends up being like buying hamburgers at Taco Bell. I have yet to test it, but if it’s possible to instantiate classes from shared libraries then I’ll do back flips. If not, then it doesn’t solve the problem completely.

Either way, I’m still happy to see the new stuff!

Technorati Tags: , , ,

New D Web Site

Wednesday, March 21st, 2007

Howard Berkey has opened up a site aimed at helping newcomers to D:

I have put up a web site where I have started collecting information I wish I had found in one place when I started learning D

If you are currently in the phase of wrapping your head around D, you most likely should have D-Riven in your bookmarks.

Technorati Tags:

New DSSS, Rebuild, and Ddbg

Wednesday, March 21st, 2007

A couple of NG announcements from the past couple of days:

* Gregor has released DSSS 0.56 along with Rebuild 0.14.

* Jascha has released Ddbg 0.0.5.

I’m quite busy for at least the next week, so my apologies in advance if posting is too slow here or I miss any announcements from the NG or elsewhere.

Technorati Tags: