<?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: 无聊 &#8212; 比较下线性递归和尾递归、函数调用和 lambda 演算</title>
	<atom:link href="http://anrs.sacredfir.com/archives/66/feed" rel="self" type="application/rss+xml" />
	<link>http://anrs.sacredfir.com/archives/66</link>
	<description>你所知的一切...</description>
	<lastBuildDate>Mon, 24 May 2010 08:52:13 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://anrs.sacredfir.com/archives/66/comment-page-1#comment-54</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 21 Aug 2009 22:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://anrs.sacredfir.com/?p=66#comment-54</guid>
		<description>楼上是虎逼青年，其实我是想写淘淘淘淘，华丽丽的桃...而且你说的博瘾怎么听怎么邪恶...</description>
		<content:encoded><![CDATA[<p>楼上是虎逼青年，其实我是想写淘淘淘淘，华丽丽的桃&#8230;而且你说的博瘾怎么听怎么邪恶&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hkbarton</title>
		<link>http://anrs.sacredfir.com/archives/66/comment-page-1#comment-53</link>
		<dc:creator>hkbarton</dc:creator>
		<pubDate>Fri, 21 Aug 2009 14:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://anrs.sacredfir.com/?p=66#comment-53</guid>
		<description>你最近博瘾来了哇</description>
		<content:encoded><![CDATA[<p>你最近博瘾来了哇</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://anrs.sacredfir.com/archives/66/comment-page-1#comment-52</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 21 Aug 2009 07:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://anrs.sacredfir.com/?p=66#comment-52</guid>
		<description>@seth
还好吧，我觉得可读性还是蛮高的，当然和线性递归比起来是差着一大截...</description>
		<content:encoded><![CDATA[<p>@seth<br />
还好吧，我觉得可读性还是蛮高的，当然和线性递归比起来是差着一大截&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://anrs.sacredfir.com/archives/66/comment-page-1#comment-51</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Fri, 21 Aug 2009 01:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://anrs.sacredfir.com/?p=66#comment-51</guid>
		<description>Tail recursion is efficient because no stack frames are needed, it&#039;s simply treated like a &quot;for/while loop&quot;, but it&#039;s harder to read. Basically, you trade readability for performance, which is hard to take the decision. :)</description>
		<content:encoded><![CDATA[<p>Tail recursion is efficient because no stack frames are needed, it&#8217;s simply treated like a &#8220;for/while loop&#8221;, but it&#8217;s harder to read. Basically, you trade readability for performance, which is hard to take the decision. <img src='http://anrs.sacredfir.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
