<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Agile low level programming in D</title>
	<atom:link href="http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/</link>
	<description>Hans-Eric Grönlund on software development</description>
	<lastBuildDate>Wed, 21 Dec 2011 04:18:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Steve Yegge: D is the Next Cool Language</title>
		<link>http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/comment-page-1/#comment-5308</link>
		<dc:creator>Steve Yegge: D is the Next Cool Language</dc:creator>
		<pubDate>Tue, 01 Apr 2008 21:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/#comment-5308</guid>
		<description>[...] interview Steve surprised me big time. If you&#8217;ve followed my blog lately you know that the D Programming Language is my favorite toy at the moment, so when he mentioned it in the interview I was all ears again. For your convenience, [...]</description>
		<content:encoded><![CDATA[<p>[...] interview Steve surprised me big time. If you&#8217;ve followed my blog lately you know that the D Programming Language is my favorite toy at the moment, so when he mentioned it in the interview I was all ears again. For your convenience, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhasenan</title>
		<link>http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/comment-page-1/#comment-878</link>
		<dc:creator>dhasenan</dc:creator>
		<pubDate>Mon, 12 Nov 2007 04:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/#comment-878</guid>
		<description>Also, a common idiom I&#039;ve had in my unittests:

&lt;code&gt;
unittest {
   writef(&quot;test name...&quot;);
   scope(failure) writefln(&quot;failed&quot;);
   scope(success) writefln(&quot;success&quot;);
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Also, a common idiom I&#8217;ve had in my unittests:</p>
<p><code><br />
unittest {<br />
   writef("test name...");<br />
   scope(failure) writefln("failed");<br />
   scope(success) writefln("success");<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhasenan</title>
		<link>http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/comment-page-1/#comment-877</link>
		<dc:creator>dhasenan</dc:creator>
		<pubDate>Mon, 12 Nov 2007 03:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/#comment-877</guid>
		<description>Actually, there is a mock object framework for D the D programming language these days: &lt;a href=&quot;http://dsource.org/projects/dmocks&quot; rel=&quot;nofollow&quot;&gt;dmocks&lt;/a&gt;, which is in a useable state. Its main deficiency is in not being able to deal with templated methods, but it supports most everything else that Rhino Mocks does, to pick a random example.</description>
		<content:encoded><![CDATA[<p>Actually, there is a mock object framework for D the D programming language these days: <a href="http://dsource.org/projects/dmocks" rel="nofollow">dmocks</a>, which is in a useable state. Its main deficiency is in not being able to deal with templated methods, but it supports most everything else that Rhino Mocks does, to pick a random example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.hans-eric.com &#187; Blog Archive &#187; D Gotchas</title>
		<link>http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/comment-page-1/#comment-673</link>
		<dc:creator>www.hans-eric.com &#187; Blog Archive &#187; D Gotchas</dc:creator>
		<pubDate>Tue, 06 Nov 2007 16:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hans-eric.com/2007/08/21/agile-low-level-programming-with-d/#comment-673</guid>
		<description>[...] it. D combines the low-level control of C and modern productivity features like garbage collection, a built in unit-testing framework and - the most recent feature - real [...]</description>
		<content:encoded><![CDATA[<p>[...] it. D combines the low-level control of C and modern productivity features like garbage collection, a built in unit-testing framework and &#8211; the most recent feature &#8211; real [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

