<?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"
	>
<channel>
	<title>Comments on: SICP section 3.3.3</title>
	<atom:link href="http://eli.thegreenplace.net/2007/10/04/sicp-section-333/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2007/10/04/sicp-section-333/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Fri, 21 Nov 2008 21:41:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2007/10/04/sicp-section-333/#comment-121467</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Fri, 23 May 2008 04:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/10/04/sicp-section-333/#comment-121467</guid>
		<description>Pavel,

You're right. I fixed the post with an explanation of why this doesn't work.

Thanks</description>
		<content:encoded><![CDATA[<p>Pavel,</p>
<p>You&#8217;re right. I fixed the post with an explanation of why this doesn&#8217;t work.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Ganelin</title>
		<link>http://eli.thegreenplace.net/2007/10/04/sicp-section-333/#comment-121359</link>
		<dc:creator>Pavel Ganelin</dc:creator>
		<pubDate>Wed, 21 May 2008 15:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/10/04/sicp-section-333/#comment-121359</guid>
		<description>&lt;code&gt;
(define memo-fib (memoize fib)) 
&lt;/code&gt;
will not work. Subsequent calls to fib are not be saved and the algorithm runs in exponential time. I just checked it with DrSchema.</description>
		<content:encoded><![CDATA[<p><code><br />
(define memo-fib (memoize fib))<br />
</code><br />
will not work. Subsequent calls to fib are not be saved and the algorithm runs in exponential time. I just checked it with DrSchema.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
