<?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: Avoiding recursion in Javascript</title>
	<atom:link href="http://blog.stchur.com/2007/07/06/avoiding-recursion-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com/2007/07/06/avoiding-recursion-in-javascript/</link>
	<description>If you don&#039;t expect too much from me, you might not be let down.</description>
	<lastBuildDate>Thu, 26 Jan 2012 08:23:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Andreas Frische</title>
		<link>http://blog.stchur.com/2007/07/06/avoiding-recursion-in-javascript/comment-page-1/#comment-131929</link>
		<dc:creator>Andreas Frische</dc:creator>
		<pubDate>Sat, 14 Jan 2012 21:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/07/06/avoiding-recursion-in-javascript/#comment-131929</guid>
		<description>You can have your cake and eat it too. Use Tail Recursion and you will only have one call to your function at once.
http://en.wikipedia.org/wiki/Tail_call</description>
		<content:encoded><![CDATA[<p>You can have your cake and eat it too. Use Tail Recursion and you will only have one call to your function at once.<br />
<a href="http://en.wikipedia.org/wiki/Tail_call" rel="nofollow">http://en.wikipedia.org/wiki/Tail_call</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2007/07/06/avoiding-recursion-in-javascript/comment-page-1/#comment-10185</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Mon, 09 Feb 2009 03:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/07/06/avoiding-recursion-in-javascript/#comment-10185</guid>
		<description>Thanks Jared!  Not at all a bad idea.  Maybe for a future post.</description>
		<content:encoded><![CDATA[<p>Thanks Jared!  Not at all a bad idea.  Maybe for a future post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jared</title>
		<link>http://blog.stchur.com/2007/07/06/avoiding-recursion-in-javascript/comment-page-1/#comment-10182</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Mon, 09 Feb 2009 01:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/07/06/avoiding-recursion-in-javascript/#comment-10182</guid>
		<description>How about publishing the code, so other people can verify the speed change for themselves? How about testing recursion speed in the newer js parsers? I think it would be a really interesting to what you&#039;ve already posted.</description>
		<content:encoded><![CDATA[<p>How about publishing the code, so other people can verify the speed change for themselves? How about testing recursion speed in the newer js parsers? I think it would be a really interesting to what you&#039;ve already posted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

