<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The One With D</title>
	
	<link>http://dblog.aldacron.net</link>
	<description>News and Opinions Regarding the D Programming Language</description>
	<lastBuildDate>Sun, 13 May 2012 00:38:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheOneWithD" /><feedburner:info uri="theonewithd" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Derelict 3 Deb Package</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/LiTaEAbMuUs/</link>
		<comments>http://dblog.aldacron.net/2012/05/13/derelict-3-deb-package/#comments</comments>
		<pubDate>Sun, 13 May 2012 00:38:44 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[Derelict]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1052</guid>
		<description><![CDATA[If you are a Linux user with APT on your system, you now have another option to get your hands on Derelict 3. Jordi Sayol has added it to his D-APT repository.]]></description>
			<content:encoded><![CDATA[<p>If you are a Linux user with APT on your system, you now have another option to get your hands on Derelict 3. Jordi Sayol has added it to his <a href="http://code.google.com/p/d-apt/wiki/APT_Repository" target="_blank">D-APT repository</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=LiTaEAbMuUs:PkJnjqZPB58:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=LiTaEAbMuUs:PkJnjqZPB58:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=LiTaEAbMuUs:PkJnjqZPB58:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=LiTaEAbMuUs:PkJnjqZPB58:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/LiTaEAbMuUs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/05/13/derelict-3-deb-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/05/13/derelict-3-deb-package/</feedburner:origLink></item>
		<item>
		<title>vibe.d</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/T94T8rJDJLU/</link>
		<comments>http://dblog.aldacron.net/2012/04/30/vibe-d/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 05:24:16 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1047</guid>
		<description><![CDATA[vibe.d was announced a few days ago and I was going to post about it then, but the site was down for a bit. Then I forgot about it. Which I shouldn&#8217;t have, because it looks like quite an awesome &#8230; <a href="http://dblog.aldacron.net/2012/04/30/vibe-d/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://vibed.org/" target="_blank">vibe.d</a> was announced a few days ago and I was going to post about it then, but the site was down for a bit. Then I forgot about it. Which I shouldn&#8217;t have, because it looks like quite an awesome project.</p>
<blockquote><p>a new framework for general I/O and especially for building<br />
extremely fast web apps. It combines asynchronous I/O with<br />
core.thread&#8217;s great fibers to build a convenient, blocking<br />
API which can handle insane amounts of connections due to<br />
the low memory and computational overhead.</p></blockquote>
<p>It&#8217;s a young project, but already packs several features that can make web development with D a breeze. I would love to play around with it myself, but I barely have time for the projects I&#8217;m already working on. Anyone got a few extra hours per week to spare?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=T94T8rJDJLU:RZGUL7F3ktA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=T94T8rJDJLU:RZGUL7F3ktA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=T94T8rJDJLU:RZGUL7F3ktA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=T94T8rJDJLU:RZGUL7F3ktA:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/T94T8rJDJLU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/04/30/vibe-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/04/30/vibe-d/</feedburner:origLink></item>
		<item>
		<title>New Bindings in Derelict 3</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/D3KsCcVQcb4/</link>
		<comments>http://dblog.aldacron.net/2012/04/17/new-bindings-in-derelict-3/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 06:45:00 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[Derelict]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Gamedev/Games]]></category>
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1045</guid>
		<description><![CDATA[Thanks to Sven-Hendrik Haase, there are two new packages in Derelict 3. DerelictAlure is a binding to AL Utilities REtooled, a library that takes care of some common tasks when working with OpenAL. DerelictASSIMP is a binding to the Open &#8230; <a href="http://dblog.aldacron.net/2012/04/17/new-bindings-in-derelict-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thanks to Sven-Hendrik Haase, there are two new packages in <a href="https://github.com/aldacron/Derelict3" target="_blank">Derelict 3</a>.</p>
<ul>
<li>DerelictAlure is a binding to <a href="http://kcat.strangesoft.net/alure.html" target="_blank">AL Utilities REtooled</a>, a library that takes care of some common tasks when working with OpenAL.</li>
<li>DerelictASSIMP is a binding to the <a href="http://assimp.sourceforge.net/" target="_blank">Open Asset Import</a> library, which allows you to import, and export, 3D models from a variety of formats.</li>
</ul>
<p>Both of these are very useful additions to Derelict.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=D3KsCcVQcb4:-W0yacMWVxI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=D3KsCcVQcb4:-W0yacMWVxI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=D3KsCcVQcb4:-W0yacMWVxI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=D3KsCcVQcb4:-W0yacMWVxI:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/D3KsCcVQcb4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/04/17/new-bindings-in-derelict-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/04/17/new-bindings-in-derelict-3/</feedburner:origLink></item>
		<item>
		<title>DMD 1.074 and 2.059</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/97XFh7wQWes/</link>
		<comments>http://dblog.aldacron.net/2012/04/14/dmd-1-074-and-2-059/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 04:23:25 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[DMD Releases]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[DMD]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1041</guid>
		<description><![CDATA[Walter has announced new versions of the DMD compilers. 1.074 is, as usual, a bug-fix release. With the end-of-support date for D1 getting ever closer, don&#8217;t expect anything major to come out of that branch. DMD 2.059, on the other &#8230; <a href="http://dblog.aldacron.net/2012/04/14/dmd-1-074-and-2-059/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Walter has announced new versions of the DMD compilers. <a href="http://www.digitalmars.com/d/1.0/changelog.html#new1_074" target="_blank">1.074</a> is, as usual, a bug-fix release. With the end-of-support date for D1 getting ever closer, don&#8217;t expect anything major to come out of that branch.</p>
<p><a href="http://dlang.org/changelog.html#new2_059" target="_blank">DMD 2.059</a>, on the other hand, is quite a sight. In addition to the numerous bug fixes, there are several new features and changes. One thing that&#8217;s going to be a pleaser to many is that Universal Function Call Syntax now applies universally. That&#8217;s something for which we&#8217;ve been waiting for quite some time.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=97XFh7wQWes:BxUO-87Nkz0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=97XFh7wQWes:BxUO-87Nkz0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=97XFh7wQWes:BxUO-87Nkz0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=97XFh7wQWes:BxUO-87Nkz0:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/97XFh7wQWes" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/04/14/dmd-1-074-and-2-059/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/04/14/dmd-1-074-and-2-059/</feedburner:origLink></item>
		<item>
		<title>Library News Roundup</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/ioEeEs6h344/</link>
		<comments>http://dblog.aldacron.net/2012/04/02/library-news-roundup/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 07:04:36 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[Derelict]]></category>
		<category><![CDATA[Gamedev/Games]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[Libraries]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1034</guid>
		<description><![CDATA[There&#8217;s been a sudden burst of announcements regarding D libraries &#8212; one native lib and three bindings. So I&#8217;ve collected them all here for your benefit. Thank me later. First up, long-time D user Stewart Gordon, a D1 stalwart, has &#8230; <a href="http://dblog.aldacron.net/2012/04/02/library-news-roundup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been a sudden burst of announcements regarding D libraries &#8212; one native lib and three bindings. So I&#8217;ve collected them all here for your benefit. Thank me later.</p>
<p>First up, long-time D user Stewart Gordon, a D1 stalwart, has finally made the move to D2. That&#8217;s news in and of itself, but the reason I&#8217;m posting about it here is that it has resulted in his utility library being updated to D2. I&#8217;ve never used it, but you might <a href="http://pr.stewartsplace.org.uk/d/sutil/" target="_blank">find something useful there</a>.</p>
<p>Daniel Kolesa has put together a binding to the <a href="http://www.ode.org/" target="_blank">Open Dynamics Engine</a>, a rigid-body physics engine for games. Actually, he&#8217;s made two bindings. One, a static binding (meaning you can link statically or dynamically to ODE), has been <a href="https://github.com/D-Programming-Deimos/ODE" target="_blank">created for the Deimos project</a>. The second, a dynamic binding (meaning ODE must be loaded manually and static linking is not possible) has been ported from Derelict 2 and <a href="https://github.com/aldacron/Derelict3" target="_blank">merged into Derelict 3</a>.</p>
<p>Artur Skawina has announced an update for the native GTK bindings for D. I think the best place to send you is to <a href="http://forum.dlang.org/thread/mailman.1277.1333310103.4860.digitalmars-d-announce@puremagic.com" target="_blank">the announcement itself</a>, so you can get all the information you need before visiting <a href="http://repo.or.cz/w/girtod.git" target="_blank">the repository</a>.</p>
<p>Finally, dnewbie has put together <a href="http://my.opera.com/run3/blog/2012/04/02/d-oracle" target="_blank">a binding for ocilib</a> so that you can use Oracle databases from D. In my memory, this may be the first Oracle binding I&#8217;ve seen for D.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=ioEeEs6h344:5i1-qxL258A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=ioEeEs6h344:5i1-qxL258A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=ioEeEs6h344:5i1-qxL258A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=ioEeEs6h344:5i1-qxL258A:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/ioEeEs6h344" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/04/02/library-news-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/04/02/library-news-roundup/</feedburner:origLink></item>
		<item>
		<title>GDC Now on GitHub</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/vtLY4l8CIpA/</link>
		<comments>http://dblog.aldacron.net/2012/03/19/gdc-now-on-github/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 03:26:36 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[D1]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[GDC]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1030</guid>
		<description><![CDATA[Like so many other D-related projects, GDC has been migrated to github. I suspect this will up the participation level by a significant factor.]]></description>
			<content:encoded><![CDATA[<p>Like so many other D-related projects, <a href="https://github.com/D-Programming-GDC" target="_blank">GDC has been migrated to github</a>. I suspect this will up the participation level by a significant factor.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=vtLY4l8CIpA:Et7v-u7gGLk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=vtLY4l8CIpA:Et7v-u7gGLk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=vtLY4l8CIpA:Et7v-u7gGLk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=vtLY4l8CIpA:Et7v-u7gGLk:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/vtLY4l8CIpA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/03/19/gdc-now-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/03/19/gdc-now-on-github/</feedburner:origLink></item>
		<item>
		<title>Pegged</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/1y-8a3IxnHE/</link>
		<comments>http://dblog.aldacron.net/2012/03/15/pegged/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 04:20:18 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1028</guid>
		<description><![CDATA[Philippe Sigaud recently announced Pegged, a parsing expression grammar generator written in D. I have no background at all in this sort of thing, so talk about EBNF grammars and PEGs go way over my head. But if that&#8217;s your &#8230; <a href="http://dblog.aldacron.net/2012/03/15/pegged/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Philippe Sigaud recently announced <a href="https://github.com/PhilippeSigaud/Pegged" target="_blank">Pegged</a>, a parsing expression grammar generator written in D. I have no background at all in this sort of thing, so talk about EBNF grammars and PEGs go way over my head. But if that&#8217;s your thing, there&#8217;s <a href="http://forum.dlang.org/thread/wrxicxjhafssqldsgknh@forum.dlang.org" target="_blank">an ongoing thread </a>in the D.announce forum you may want to drop in on.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=1y-8a3IxnHE:9HDKy_HKdp4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=1y-8a3IxnHE:9HDKy_HKdp4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=1y-8a3IxnHE:9HDKy_HKdp4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=1y-8a3IxnHE:9HDKy_HKdp4:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/1y-8a3IxnHE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/03/15/pegged/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/03/15/pegged/</feedburner:origLink></item>
		<item>
		<title>Visual D 0.3.31</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/5M2OAUARRCw/</link>
		<comments>http://dblog.aldacron.net/2012/03/15/visual-d-0-3-31/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 04:13:03 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[GDC]]></category>
		<category><![CDATA[VisualD]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1026</guid>
		<description><![CDATA[Big news from Rainer Schuetze. The latest release of Visual D adds support for GDC. There&#8217;s a page on the project wiki that explains how to get it set up. This release also fixes one of my pet peeves. You &#8230; <a href="http://dblog.aldacron.net/2012/03/15/visual-d-0-3-31/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Big news from Rainer Schuetze. The latest release of <a href="http://www.dsource.org/projects/visuald/wiki/" target="_blank">Visual D</a> adds support for GDC. There&#8217;s <a href="http://www.dsource.org/projects/visuald/wiki/Installation#UsingGDC" target="_blank">a page on the project wiki</a> that explains how to get it set up. This release also fixes one of my pet peeves. You can now edit the properties of multiple build configurations at once. Previously, any common properties had to be entered repeated for each configuration. Thank you, Rainer!</p>
<p>&nbsp;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=5M2OAUARRCw:_YRC3iFw5Cw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=5M2OAUARRCw:_YRC3iFw5Cw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=5M2OAUARRCw:_YRC3iFw5Cw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=5M2OAUARRCw:_YRC3iFw5Cw:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/5M2OAUARRCw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/03/15/visual-d-0-3-31/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/03/15/visual-d-0-3-31/</feedburner:origLink></item>
		<item>
		<title>Mono-D 0.3.0</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/yXECci0H8_4/</link>
		<comments>http://dblog.aldacron.net/2012/02/29/mono-d-0-3-0/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 18:47:39 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Mono-D]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1021</guid>
		<description><![CDATA[A new version of Mono-D, the D Language Add-in for MonoDevelop, has been announced. This version sports a total overhaul of the code completion engine. There have been several releases of the add-in this month, but I hadn&#8217;t covered them &#8230; <a href="http://dblog.aldacron.net/2012/02/29/mono-d-0-3-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A new version of <a href="http://mono-d.sourceforge.net/?p=303" target="_blank">Mono-D</a>, the D Language Add-in for <a href="http://monodevelop.com/Download" target="_blank">MonoDevelop</a>, has been announced. This version sports a total overhaul of the code completion engine. There have been several releases of the add-in this month, but I hadn&#8217;t covered them all here. If you&#8217;ve not checked it out yet, you should. It&#8217;s shaping up better and better with each release.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=yXECci0H8_4:568e2U9pZ4w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=yXECci0H8_4:568e2U9pZ4w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=yXECci0H8_4:568e2U9pZ4w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=yXECci0H8_4:568e2U9pZ4w:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/yXECci0H8_4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/02/29/mono-d-0-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/02/29/mono-d-0-3-0/</feedburner:origLink></item>
		<item>
		<title>Mono-D 0.2.9</title>
		<link>http://feedproxy.google.com/~r/TheOneWithD/~3/xc52MrwKMtM/</link>
		<comments>http://dblog.aldacron.net/2012/02/17/mono-d-0-2-9/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 05:15:58 +0000</pubDate>
		<dc:creator>Aldacron</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[D2]]></category>
		<category><![CDATA[DMD]]></category>
		<category><![CDATA[Mono-D]]></category>

		<guid isPermaLink="false">http://dblog.aldacron.net/?p=1019</guid>
		<description><![CDATA[Mono-D is a plugin for MonoDevelop that allows for D support. Version 0.2.9 is now available for download.]]></description>
			<content:encoded><![CDATA[<p><a href="http://mono-d.sourceforge.net/">Mono-D</a> is a plugin for <a href="http://monodevelop.com/">MonoDevelop</a> that allows for D support. Version 0.2.9 is now available for download.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=xc52MrwKMtM:_QXh7TDaMi4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=xc52MrwKMtM:_QXh7TDaMi4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?i=xc52MrwKMtM:_QXh7TDaMi4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/TheOneWithD?a=xc52MrwKMtM:_QXh7TDaMi4:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/TheOneWithD?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/TheOneWithD/~4/xc52MrwKMtM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dblog.aldacron.net/2012/02/17/mono-d-0-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dblog.aldacron.net/2012/02/17/mono-d-0-2-9/</feedburner:origLink></item>
	</channel>
</rss>

