Getting back in touch with D

Since my last post from 2007 where I covered how to install arclib using tango and dsss, I have been playing with DMD D on and off, whenever I’ve had the time.

Lately, I’ve been working on adding DMDScript_tango to my D library, but it has been a road with quite a few bumps so far.

With a bit of help from the friendly guys at StackOverflow, I finally got it to build and since then I’ve been working on creating a ScriptingHost wrapper class to make ECMA scripting in D easier.

Once completed, I plan on attaching a link to a zip with all my libraries that I’ve patched to work together. Currently the list includes Arclib, DMDScript, tangobos, dnet (based on enet) and I think DFL is there somewhere as well.

It will also include a lightweight XML parser, because I seem to be a complete idiot who can’t figure out how to use the one included with Tango ;-)