<?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 2.5.3</title>
	<atom:link href="http://eli.thegreenplace.net/2007/09/21/sicp-section-253/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2007/09/21/sicp-section-253/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Fri, 21 Nov 2008 19:26:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Manoj Govindan</title>
		<link>http://eli.thegreenplace.net/2007/09/21/sicp-section-253/#comment-131337</link>
		<dc:creator>Manoj Govindan</dc:creator>
		<pubDate>Sat, 20 Sep 2008 11:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/09/21/sicp-section-253/#comment-131337</guid>
		<description>Ref: Exercise 2.89

Does your definition of the procedure adjoin-term assume that the order of the new term being adjoined should be exactly one more than the order of the highest term in the term-list?

Please correct me if I am wrong.</description>
		<content:encoded><![CDATA[<p>Ref: Exercise 2.89</p>
<p>Does your definition of the procedure adjoin-term assume that the order of the new term being adjoined should be exactly one more than the order of the highest term in the term-list?</p>
<p>Please correct me if I am wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eliben</title>
		<link>http://eli.thegreenplace.net/2007/09/21/sicp-section-253/#comment-123379</link>
		<dc:creator>eliben</dc:creator>
		<pubDate>Thu, 03 Jul 2008 15:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/09/21/sicp-section-253/#comment-123379</guid>
		<description>This isn't horrid, but isn't too Lisp-y either. This is how you'd write such code in Java, perhaps. And assignment with set! isn't taught in SICP until chapter 3.</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t horrid, but isn&#8217;t too Lisp-y either. This is how you&#8217;d write such code in Java, perhaps. And assignment with set! isn&#8217;t taught in SICP until chapter 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukasjob</title>
		<link>http://eli.thegreenplace.net/2007/09/21/sicp-section-253/#comment-123342</link>
		<dc:creator>lukasjob</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2007/09/21/sicp-section-253/#comment-123342</guid>
		<description>Hi what do you think of this about exercise 2.87 

(put '=zero? '(polynomial)
     (lambda (p)       
       (let ((result #t))
         (map (lambda (t) (if (not (=zero? (coeff t))) (set! result #f) #t))     (term-list p)) 
         result)))

I'm not a lisp or scheme coder is it really horrid? 


Luca</description>
		<content:encoded><![CDATA[<p>Hi what do you think of this about exercise 2.87 </p>
<p>(put &#8216;=zero? &#8216;(polynomial)<br />
     (lambda (p)<br />
       (let ((result #t))<br />
         (map (lambda (t) (if (not (=zero? (coeff t))) (set! result #f) #t))     (term-list p))<br />
         result)))</p>
<p>I&#8217;m not a lisp or scheme coder is it really horrid? </p>
<p>Luca</p>
]]></content:encoded>
	</item>
</channel>
</rss>
