<?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: Check Plus: An EDSL for writing unit tests in C</title>
	<atom:link href="http://blog.nelhage.com/2010/06/check-plus-an-edsl-for-writing-unit-tests-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nelhage.com/2010/06/check-plus-an-edsl-for-writing-unit-tests-in-c/</link>
	<description>It's software. It's made of bugs.</description>
	<lastBuildDate>Mon, 06 Sep 2010 07:46:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: nelhage</title>
		<link>http://blog.nelhage.com/2010/06/check-plus-an-edsl-for-writing-unit-tests-in-c/comment-page-1/#comment-1866</link>
		<dc:creator>nelhage</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=263#comment-1866</guid>
		<description>&lt;p&gt;Check (and Check Plus) are pure C, whereas googletest (and I believe most similar things) are written in C++. So even though they can potentially be used to test C code, there are some environments where introducing a C++ dependency, even for the test suite, is annoying or unacceptable.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Check (and Check Plus) are pure C, whereas googletest (and I believe most similar things) are written in C++. So even though they can potentially be used to test C code, there are some environments where introducing a C++ dependency, even for the test suite, is annoying or unacceptable.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: phaero</title>
		<link>http://blog.nelhage.com/2010/06/check-plus-an-edsl-for-writing-unit-tests-in-c/comment-page-1/#comment-1865</link>
		<dc:creator>phaero</dc:creator>
		<pubDate>Mon, 28 Jun 2010 20:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=263#comment-1865</guid>
		<description>&lt;p&gt;What makes this test framework any better than the existing ones like, for instance, googletest?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What makes this test framework any better than the existing ones like, for instance, googletest?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nelhage</title>
		<link>http://blog.nelhage.com/2010/06/check-plus-an-edsl-for-writing-unit-tests-in-c/comment-page-1/#comment-1846</link>
		<dc:creator>nelhage</dc:creator>
		<pubDate>Sun, 27 Jun 2010 18:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=263#comment-1846</guid>
		<description>&lt;p&gt;My crimes against the preprocessor are insignificant compared to
those perpetrated by the &lt;a href=&quot;http://lwn.net/Articles/379903/&quot; rel=&quot;nofollow&quot;&gt;Linux&lt;/a&gt; &lt;a href=&quot;http://lwn.net/Articles/381064&quot; rel=&quot;nofollow&quot;&gt;kernel&lt;/a&gt; &lt;a href=&quot;http://lwn.net/Articles/383362/&quot; rel=&quot;nofollow&quot;&gt;developers&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>My crimes against the preprocessor are insignificant compared to
those perpetrated by the <a href="http://lwn.net/Articles/379903/" rel="nofollow">Linux</a> <a href="http://lwn.net/Articles/381064" rel="nofollow">kernel</a> <a href="http://lwn.net/Articles/383362/" rel="nofollow">developers</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://blog.nelhage.com/2010/06/check-plus-an-edsl-for-writing-unit-tests-in-c/comment-page-1/#comment-1830</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Sun, 27 Jun 2010 01:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nelhage.com/?p=263#comment-1830</guid>
		<description>&lt;p&gt;Hasn&#039;t the C preprocessor suffered enough?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hasn&#8217;t the C preprocessor suffered enough?</p>]]></content:encoded>
	</item>
</channel>
</rss>
