<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for The Joy of Clojure</title>
	<atom:link href="http://joyofclojure.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joyofclojure.com</link>
	<description>Thinking the Clojure Way</description>
	<lastBuildDate>Mon, 30 Apr 2012 09:44:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Errata by Peter Suter</title>
		<link>http://joyofclojure.com/errata/#comment-143</link>
		<dc:creator>Peter Suter</dc:creator>
		<pubDate>Mon, 30 Apr 2012 09:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-143</guid>
		<description>&lt;p&gt;Page 110: &quot;becuase&quot; should be &quot;because&quot;
Page 127: &quot;by instead proving&quot; should be &quot;by instead providing&quot;
Page 127: &quot;to the return of the function&quot; should be &quot;to the return value of the function&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Page 110: &#8220;becuase&#8221; should be &#8220;because&#8221;
Page 127: &#8220;by instead proving&#8221; should be &#8220;by instead providing&#8221;
Page 127: &#8220;to the return of the function&#8221; should be &#8220;to the return value of the function&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Ksheerasagar Akella</title>
		<link>http://joyofclojure.com/errata/#comment-139</link>
		<dc:creator>Ksheerasagar Akella</dc:creator>
		<pubDate>Tue, 24 Apr 2012 06:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-139</guid>
		<description>&lt;p&gt;Section 2.9.4 (Creating mappings with :refer)&lt;/p&gt;

&lt;p&gt;Second line of code should be (:refer joy.ch2)) instead of (:refer joy.ch1))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Section 2.9.4 (Creating mappings with :refer)</p>

<p>Second line of code should be (:refer joy.ch2)) instead of (:refer joy.ch1))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Ksheerasagar Akella</title>
		<link>http://joyofclojure.com/errata/#comment-138</link>
		<dc:creator>Ksheerasagar Akella</dc:creator>
		<pubDate>Tue, 24 Apr 2012 06:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-138</guid>
		<description>&lt;p&gt;Section 2.9.1 (Creating namespaces using ns)&lt;/p&gt;

&lt;p&gt;Last para first line:
This is because report-ns exists in the joy.ch1 namespace...&lt;/p&gt;

&lt;p&gt;should be changed to joy.ch2&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Section 2.9.1 (Creating namespaces using ns)</p>

<p>Last para first line:
This is because report-ns exists in the joy.ch1 namespace&#8230;</p>

<p>should be changed to joy.ch2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Ksheerasagar Akella</title>
		<link>http://joyofclojure.com/errata/#comment-137</link>
		<dc:creator>Ksheerasagar Akella</dc:creator>
		<pubDate>Tue, 24 Apr 2012 06:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-137</guid>
		<description>&lt;p&gt;Section 2.8.1 (A little pitch and catch)&lt;/p&gt;

&lt;p&gt;The try form is inside a pair of square brackets ... looks like a mistake. The same code works fine without them.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Section 2.8.1 (A little pitch and catch)</p>

<p>The try form is inside a pair of square brackets &#8230; looks like a mistake. The same code works fine without them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Earl Jenkins</title>
		<link>http://joyofclojure.com/errata/#comment-127</link>
		<dc:creator>Earl Jenkins</dc:creator>
		<pubDate>Mon, 16 Apr 2012 02:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-127</guid>
		<description>&lt;p&gt;Bottom of page 21 chapter 2 on Scalars footnote 1 explains continued coverage of Regex noting section 4.6 but Regex actually begins at  section 4.5&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Bottom of page 21 chapter 2 on Scalars footnote 1 explains continued coverage of Regex noting section 4.6 but Regex actually begins at  section 4.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Jay Vyas</title>
		<link>http://joyofclojure.com/errata/#comment-126</link>
		<dc:creator>Jay Vyas</dc:creator>
		<pubDate>Sun, 15 Apr 2012 04:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-126</guid>
		<description>&lt;p&gt;Hi great book . Thanks for the in depth treatment of collections...&lt;/p&gt;

&lt;p&gt;Another error ---&gt;&lt;/p&gt;

&lt;p&gt;On Page 89 it sais something akin to :&lt;/p&gt;

&lt;p&gt;&quot;see section 5.5&quot;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;However&lt;/strong&gt; the Queues section is in 5.4.1&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi great book . Thanks for the in depth treatment of collections&#8230;</p>

<p>Another error &#8212;&gt;</p>

<p>On Page 89 it sais something akin to :</p>

<p>&#8220;see section 5.5&#8243;</p>

<p><strong>However</strong> the Queues section is in 5.4.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Adrian Mouat</title>
		<link>http://joyofclojure.com/errata/#comment-111</link>
		<dc:creator>Adrian Mouat</dc:creator>
		<pubDate>Tue, 13 Mar 2012 20:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-111</guid>
		<description>&lt;p&gt;Another extremely minor one: pg 247 includes the text &quot;growing one step large each time&quot; - I guess it should be &quot;larger&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another extremely minor one: pg 247 includes the text &#8220;growing one step large each time&#8221; &#8211; I guess it should be &#8220;larger&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Adrian Mouat</title>
		<link>http://joyofclojure.com/errata/#comment-110</link>
		<dc:creator>Adrian Mouat</dc:creator>
		<pubDate>Sun, 11 Mar 2012 22:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-110</guid>
		<description>&lt;p&gt;Very minor, but in Figure 11.5 pg 244, the figure shows the value a&#039;, but the text talks about a?.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very minor, but in Figure 11.5 pg 244, the figure shows the value a&#8217;, but the text talks about a?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Adrian Mouat</title>
		<link>http://joyofclojure.com/errata/#comment-109</link>
		<dc:creator>Adrian Mouat</dc:creator>
		<pubDate>Sun, 11 Mar 2012 22:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-109</guid>
		<description>&lt;p&gt;I&#039;m a little confused by Fig 11.4 (pg 243) and the main body text. The figure shows what happens to the num-moves ref, but the main body text talks about square references - did the figure example get out of sync with the text example (or vice versa)?&lt;/p&gt;

&lt;p&gt;(It&#039;s not overly important as both examples make the same point).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m a little confused by Fig 11.4 (pg 243) and the main body text. The figure shows what happens to the num-moves ref, but the main body text talks about square references &#8211; did the figure example get out of sync with the text example (or vice versa)?</p>

<p>(It&#8217;s not overly important as both examples make the same point).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Rob Friesel</title>
		<link>http://joyofclojure.com/errata/#comment-108</link>
		<dc:creator>Rob Friesel</dc:creator>
		<pubDate>Sun, 11 Mar 2012 13:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-108</guid>
		<description>&lt;p&gt;Page 231, in the footnote: the Groovy operator is &lt;code&gt;?.&lt;/code&gt; (not &lt;code&gt;.?&lt;/code&gt;).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Page 231, in the footnote: the Groovy operator is <code>?.</code> (not <code>.?</code>).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

