<?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 isn&#8217;t so bad!</title>
	<atom:link href="http://www.jaltiere.com/index.php/2006/07/25/recursion-isnt-so-bad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaltiere.com/index.php/2006/07/25/recursion-isnt-so-bad/</link>
	<description>.NET Software Development</description>
	<lastBuildDate>Mon, 14 Nov 2011 14:58:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jack Altiere</title>
		<link>http://www.jaltiere.com/index.php/2006/07/25/recursion-isnt-so-bad/comment-page-1/#comment-13</link>
		<dc:creator>Jack Altiere</dc:creator>
		<pubDate>Tue, 08 Aug 2006 14:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=4#comment-13</guid>
		<description>Can you send me a screenshot of that?  I actually use Firefox and it doesn&#039;t show up that way for me.  The text is on a white background for me.  Can you tell me what version you use also?  My email is jack@jaltiere.com</description>
		<content:encoded><![CDATA[<p>Can you send me a screenshot of that?  I actually use Firefox and it doesn&#8217;t show up that way for me.  The text is on a white background for me.  Can you tell me what version you use also?  My email is <a href="mailto:jack@jaltiere.com">jack@jaltiere.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirit</title>
		<link>http://www.jaltiere.com/index.php/2006/07/25/recursion-isnt-so-bad/comment-page-1/#comment-12</link>
		<dc:creator>Kirit</dc:creator>
		<pubDate>Tue, 08 Aug 2006 13:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=4#comment-12</guid>
		<description>Quite.

BTW, have you tried your site in Firefox? Comes up black text on dark gray. Not the most readable.</description>
		<content:encoded><![CDATA[<p>Quite.</p>
<p>BTW, have you tried your site in Firefox? Comes up black text on dark gray. Not the most readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Altiere</title>
		<link>http://www.jaltiere.com/index.php/2006/07/25/recursion-isnt-so-bad/comment-page-1/#comment-11</link>
		<dc:creator>Jack Altiere</dc:creator>
		<pubDate>Tue, 08 Aug 2006 12:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=4#comment-11</guid>
		<description>I definitely agree with you about being very careful with the stack when you implement an algorithm recursively, but I also think it&#039;s important for developers to have a handle on what recursion is and how it can be useful.</description>
		<content:encoded><![CDATA[<p>I definitely agree with you about being very careful with the stack when you implement an algorithm recursively, but I also think it&#8217;s important for developers to have a handle on what recursion is and how it can be useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirit</title>
		<link>http://www.jaltiere.com/index.php/2006/07/25/recursion-isnt-so-bad/comment-page-1/#comment-10</link>
		<dc:creator>Kirit</dc:creator>
		<pubDate>Tue, 08 Aug 2006 10:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaltiere.com/?p=4#comment-10</guid>
		<description>I&#039;ve written a much more detailed analysis of recurion linking to your page.

http://www.kirit.com/Recursive%20rights%20and%20wrongs

Recursion is good, but you have to be very carful with it. You&#039;re much more at risk of running out of stack and certainly don&#039;t want to be giving up control of your stack to end users by letting them input data that controls a call to a recursive function.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve written a much more detailed analysis of recurion linking to your page.</p>
<p><a href="http://www.kirit.com/Recursive%20rights%20and%20wrongs" rel="nofollow">http://www.kirit.com/Recursive%20rights%20and%20wrongs</a></p>
<p>Recursion is good, but you have to be very carful with it. You&#8217;re much more at risk of running out of stack and certainly don&#8217;t want to be giving up control of your stack to end users by letting them input data that controls a call to a recursive function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

