<?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 4.3.1</title>
	<atom:link href="http://eli.thegreenplace.net/2007/12/28/sicp-section-431/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2007/12/28/sicp-section-431/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Fri, 21 Nov 2008 18:18:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: kenjin</title>
		<link>http://eli.thegreenplace.net/2007/12/28/sicp-section-431/#comment-99070</link>
		<dc:creator>kenjin</dc:creator>
		<pubDate>Wed, 16 Jan 2008 09:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/12/28/sicp-section-431/#comment-99070</guid>
		<description>Oh, b should be bigger than a
then it should probably be something like
(let ((b (an-integer-between 1 c)))
...(let ((a (an-integer-between 1 b)))
.
.
I don't know how to delete my postings
It's totally ok to erase them all.</description>
		<content:encoded><![CDATA[<p>Oh, b should be bigger than a<br />
then it should probably be something like<br />
(let ((b (an-integer-between 1 c)))<br />
&#8230;(let ((a (an-integer-between 1 b)))<br />
.<br />
.<br />
I don&#8217;t know how to delete my postings<br />
It&#8217;s totally ok to erase them all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenjin</title>
		<link>http://eli.thegreenplace.net/2007/12/28/sicp-section-431/#comment-99066</link>
		<dc:creator>kenjin</dc:creator>
		<pubDate>Wed, 16 Jan 2008 09:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/12/28/sicp-section-431/#comment-99066</guid>
		<description>(let ((c (an-integer-from 1)))
....(let ((a (an-integer-between 1 c))
...........(b (an-integer-between 1 c)))
........(require (= (* c c) (+ (* a a) (* b b))))
........(list a b c)))

dots are spaces...still ugly though.</description>
		<content:encoded><![CDATA[<p>(let ((c (an-integer-from 1)))<br />
&#8230;.(let ((a (an-integer-between 1 c))<br />
&#8230;&#8230;&#8230;..(b (an-integer-between 1 c)))<br />
&#8230;&#8230;..(require (= (* c c) (+ (* a a) (* b b))))<br />
&#8230;&#8230;..(list a b c)))</p>
<p>dots are spaces&#8230;still ugly though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenjin</title>
		<link>http://eli.thegreenplace.net/2007/12/28/sicp-section-431/#comment-99064</link>
		<dc:creator>kenjin</dc:creator>
		<pubDate>Wed, 16 Jan 2008 09:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/12/28/sicp-section-431/#comment-99064</guid>
		<description>Oh, spaces at the beginning of each sentence didn't show up.
sorry it's ugly to read.</description>
		<content:encoded><![CDATA[<p>Oh, spaces at the beginning of each sentence didn&#8217;t show up.<br />
sorry it&#8217;s ugly to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenjin</title>
		<link>http://eli.thegreenplace.net/2007/12/28/sicp-section-431/#comment-99063</link>
		<dc:creator>kenjin</dc:creator>
		<pubDate>Wed, 16 Jan 2008 09:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/12/28/sicp-section-431/#comment-99063</guid>
		<description>for exercise 4.36, how about this?

(let ((c (an-integer-from 1)))
  (let ((a an-integer-between 1 c))
         (b an-integer-between 1 c)))
      (require (= (* c c) (+ (* a a) (* b b))))
      (list a b c)))</description>
		<content:encoded><![CDATA[<p>for exercise 4.36, how about this?</p>
<p>(let ((c (an-integer-from 1)))<br />
  (let ((a an-integer-between 1 c))<br />
         (b an-integer-between 1 c)))<br />
      (require (= (* c c) (+ (* a a) (* b b))))<br />
      (list a b c)))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
