<?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.2</title>
	<atom:link href="http://eli.thegreenplace.net/2008/01/05/sicp-section-432/feed/" rel="self" type="application/rss+xml" />
	<link>http://eli.thegreenplace.net/2008/01/05/sicp-section-432/</link>
	<description>Eli Bendersky's personal website</description>
	<pubDate>Fri, 21 Nov 2008 20:29:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: namin</title>
		<link>http://eli.thegreenplace.net/2008/01/05/sicp-section-432/#comment-119501</link>
		<dc:creator>namin</dc:creator>
		<pubDate>Fri, 18 Apr 2008 16:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://eli.thegreenplace.net/2008/01/05/sicp-section-432/#comment-119501</guid>
		<description>For problem 4.43, you don't need to explicitly unravel the difficult constraint if you keep your information in a list of lists. E.g.,
; gabrielle's father owns the yacht that is named after dr. parker's daughter
      (for-each
       (lambda (t)
         (if (eq? (daughter t) 'gabrielle)
             (require (eq? (boat t) daughter-parker))))
       father-daughter-boat-list)</description>
		<content:encoded><![CDATA[<p>For problem 4.43, you don&#8217;t need to explicitly unravel the difficult constraint if you keep your information in a list of lists. E.g.,<br />
; gabrielle&#8217;s father owns the yacht that is named after dr. parker&#8217;s daughter<br />
      (for-each<br />
       (lambda (t)<br />
         (if (eq? (daughter t) &#8216;gabrielle)<br />
             (require (eq? (boat t) daughter-parker))))<br />
       father-daughter-boat-list)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
