<?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 sections 3.5.1 - 3.5.2</title>
	<atom:link href="http://eli.thegreenplace.net/2007/11/05/sicp-sections-351-352/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2007/11/05/sicp-sections-351-352/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Fri, 21 Nov 2008 22:40:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: meduza</title>
		<link>http://eli.thegreenplace.net/2007/11/05/sicp-sections-351-352/#comment-136935</link>
		<dc:creator>meduza</dc:creator>
		<pubDate>Tue, 04 Nov 2008 16:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/11/05/sicp-sections-351-352/#comment-136935</guid>
		<description>; 3.59 (Scheme)
`&lt;code&gt;(define (integrate-series s)
  (stream-map __abENT__#8260; s integer))&lt;/code&gt;`</description>
		<content:encoded><![CDATA[<p>; 3.59 (Scheme)<br />
<code class="backtick">(define (integrate-series s)<br />
  (stream-map / s integer))</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meduza</title>
		<link>http://eli.thegreenplace.net/2007/11/05/sicp-sections-351-352/#comment-136912</link>
		<dc:creator>meduza</dc:creator>
		<pubDate>Tue, 04 Nov 2008 11:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/11/05/sicp-sections-351-352/#comment-136912</guid>
		<description>`&lt;code&gt;; 3__abENT__#46;56 (Scheme)
(define s
  (cons-stream 1 (merge (scale-streams s 2)
                        (merge (scale-streams s 3)
                               (scale-streams s 5)))))&lt;/code&gt;`</description>
		<content:encoded><![CDATA[<div class="backtick"><pre><code>; 3&#46;56 (Scheme)
(define s
  (cons-stream 1 (merge (scale-streams s 2)
                        (merge (scale-streams s 3)
                               (scale-streams s 5)))))</code></pre></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: foo</title>
		<link>http://eli.thegreenplace.net/2007/11/05/sicp-sections-351-352/#comment-85602</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Sun, 11 Nov 2007 20:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/11/05/sicp-sections-351-352/#comment-85602</guid>
		<description>3.56 is incorrect. do (stream-ref s 100). You should (scale-stream s 2) not (scale-stream integers 2)</description>
		<content:encoded><![CDATA[<p>3.56 is incorrect. do (stream-ref s 100). You should (scale-stream s 2) not (scale-stream integers 2)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
