<?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: Recursion Using Trampoline Functions</title>
	<atom:link href="http://coliveira.net/software/recursion-using-trampoline-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://coliveira.net/software/recursion-using-trampoline-functions/</link>
	<description>by Carlos Oliveira</description>
	<lastBuildDate>Wed, 25 Jan 2012 12:13:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: coliveira</title>
		<link>http://coliveira.net/software/recursion-using-trampoline-functions/comment-page-1/#comment-1297</link>
		<dc:creator>coliveira</dc:creator>
		<pubDate>Thu, 22 Jul 2010 01:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=553#comment-1297</guid>
		<description>@calder: Thanks for the note!</description>
		<content:encoded><![CDATA[<p>@calder: Thanks for the note!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calder</title>
		<link>http://coliveira.net/software/recursion-using-trampoline-functions/comment-page-1/#comment-1296</link>
		<dc:creator>calder</dc:creator>
		<pubDate>Wed, 21 Jul 2010 21:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://coliveira.net/?p=553#comment-1296</guid>
		<description>You don&#039;t need f0 if you change:
if (*x &lt;= 1) return fact0;
into:
if (*x &lt;= 1) return NULL;

Nice article by the way!</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need f0 if you change:<br />
if (*x &lt;= 1) return fact0;<br />
into:<br />
if (*x &lt;= 1) return NULL;</p>
<p>Nice article by the way!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

