<?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: A few interesting things that happened today</title>
	<atom:link href="http://pvanhoof.be/blog/index.php/2008/01/30/a-few-interesting-things-that-happened-today/feed" rel="self" type="application/rss+xml" />
	<link>http://pvanhoof.be/blog/index.php/2008/01/30/a-few-interesting-things-that-happened-today</link>
	<description>From the mind of Philip</description>
	<lastBuildDate>Sun, 28 Aug 2011 12:59:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Bram</title>
		<link>http://pvanhoof.be/blog/index.php/2008/01/30/a-few-interesting-things-that-happened-today#comment-525</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Thu, 31 Jan 2008 07:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2008/01/30/a-few-interesting-things-that-happened-today#comment-525</guid>
		<description>I haven&#039;t played with C#, but I&#039;m really liking D. It&#039;s a bit of a shame that (AFAIK) none of the D compilers work on any of the BSDs just yet.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t played with C#, but I&#8217;m really liking D. It&#8217;s a bit of a shame that (AFAIK) none of the D compilers work on any of the BSDs just yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FunkyM</title>
		<link>http://pvanhoof.be/blog/index.php/2008/01/30/a-few-interesting-things-that-happened-today#comment-526</link>
		<dc:creator>FunkyM</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2008/01/30/a-few-interesting-things-that-happened-today#comment-526</guid>
		<description>D offers everything people choose C# for but is native, cross platform (Nokia has tried it on their N Linux series) and using the GCC backend, competes with C/C++ for the fastest language on this planet.

I translated a C# GTK example using alpha/compositing stuff in just a few minutes to D (using GtkD bindings) and was surprised. A true binary written in a C# like language, heck even linked against shared C libraries is awesome.</description>
		<content:encoded><![CDATA[<p>D offers everything people choose C# for but is native, cross platform (Nokia has tried it on their N Linux series) and using the GCC backend, competes with C/C++ for the fastest language on this planet.</p>
<p>I translated a C# GTK example using alpha/compositing stuff in just a few minutes to D (using GtkD bindings) and was surprised. A true binary written in a C# like language, heck even linked against shared C libraries is awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Drake</title>
		<link>http://pvanhoof.be/blog/index.php/2008/01/30/a-few-interesting-things-that-happened-today#comment-527</link>
		<dc:creator>Daniel Drake</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://pvanhoof.be/blog/index.php/2008/01/30/a-few-interesting-things-that-happened-today#comment-527</guid>
		<description>In case you aren&#039;t aware already, python immediately frees objects when their reference count hits zero. If you write your code to have no circular references (which at least for me generally happens naturally), the python garbage collector won&#039;t be doing anything except wasting cycles.</description>
		<content:encoded><![CDATA[<p>In case you aren&#8217;t aware already, python immediately frees objects when their reference count hits zero. If you write your code to have no circular references (which at least for me generally happens naturally), the python garbage collector won&#8217;t be doing anything except wasting cycles.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

