<?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: Tail Recursive Line Processing in Erlang</title>
	<atom:link href="http://blog.semergence.com/2007/09/12/tail-recursive-line-processing-in-erlang/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.semergence.com/2007/09/12/tail-recursive-line-processing-in-erlang/</link>
	<description>Seth Ladd's blog about Ruby on Rails and crunching data.</description>
	<pubDate>Sat, 10 Jan 2009 03:04:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: carmen</title>
		<link>http://blog.semergence.com/2007/09/12/tail-recursive-line-processing-in-erlang/#comment-244</link>
		<dc:creator>carmen</dc:creator>
		<pubDate>Thu, 13 Sep 2007 20:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.semergence.com/2007/09/12/tail-recursive-line-processing-in-erlang/#comment-244</guid>
		<description>yeah. the point of tail recursion is to not grow the stack one level for each iteration.. nothing to do with 'performance' until you hit the brick wall of stack overflow :)</description>
		<content:encoded><![CDATA[<p>yeah. the point of tail recursion is to not grow the stack one level for each iteration.. nothing to do with &#8216;performance&#8217; until you hit the brick wall of stack overflow  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
