<?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, 23 Jan 2012 05:31:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Errata by Topher</title>
		<link>http://joyofclojure.com/errata/#comment-86</link>
		<dc:creator>Topher</dc:creator>
		<pubDate>Mon, 23 Jan 2012 05:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-86</guid>
		<description>&lt;p&gt;There is an extra closing paren in the code block in the middle of page 47. &quot;guys-whole-name 1)))&quot; should be &quot;guys-whole-name 1))&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is an extra closing paren in the code block in the middle of page 47. &#8220;guys-whole-name 1)))&#8221; should be &#8220;guys-whole-name 1))&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Topher</title>
		<link>http://joyofclojure.com/errata/#comment-85</link>
		<dc:creator>Topher</dc:creator>
		<pubDate>Sun, 22 Jan 2012 07:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-85</guid>
		<description>&lt;p&gt;The last code block of page 41 also incorrectly refers to the namespace &quot;joy.ch1&quot;. The &quot;:refer&quot; call should be to &quot;joy.ch2&quot;.&lt;/p&gt;

&lt;p&gt;In the last code block on page 41, &quot;(:refer joy.ch1)&quot; should be &quot;(:refer joy.ch2)&quot;&lt;/p&gt;

&lt;p&gt;It&#039;s output should be &quot;The current namespace is joy.yet-another&quot;, not &quot;The current namespace is $&quot;. This is consistent with the output found on page 39 (ie: &quot;The current namespace is joy.ch2&quot;).&lt;/p&gt;

&lt;p&gt;Also, the next code block (the first on page 42) refers to joy.ch1. &quot;:refer joy.ch1&quot; should be &quot;:refer joy.ch2&quot;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The last code block of page 41 also incorrectly refers to the namespace &#8220;joy.ch1&#8243;. The &#8220;:refer&#8221; call should be to &#8220;joy.ch2&#8243;.</p>

<p>In the last code block on page 41, &#8220;(:refer joy.ch1)&#8221; should be &#8220;(:refer joy.ch2)&#8221;</p>

<p>It&#8217;s output should be &#8220;The current namespace is joy.yet-another&#8221;, not &#8220;The current namespace is $&#8221;. This is consistent with the output found on page 39 (ie: &#8220;The current namespace is joy.ch2&#8243;).</p>

<p>Also, the next code block (the first on page 42) refers to joy.ch1. &#8220;:refer joy.ch1&#8243; should be &#8220;:refer joy.ch2&#8243;.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Adrian Mouat</title>
		<link>http://joyofclojure.com/errata/#comment-70</link>
		<dc:creator>Adrian Mouat</dc:creator>
		<pubDate>Sun, 04 Dec 2011 14:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-70</guid>
		<description>&lt;p&gt;On page 181, consider changing &quot;...for Clojure namespaces and not part of...&quot; to &quot;...for Clojure namespaces and &lt;em&gt;is&lt;/em&gt; not part of...&quot;.&lt;/p&gt;

&lt;p&gt;On page 178, I find figure 9.1 a bit confusing. I wonder if it originally mirrored a listing that was changed? Should joy.nc/authors be joy.ns/authors? I would like more context for the &#039;Date prefix as well.&lt;/p&gt;

&lt;p&gt;On page 150, the first sentence of the last para doesn&#039;t seem to agree with the listing. It says: &quot;From the y-x point [0 0] the cost of travelling 5 right and 5 down given an estimated cost step-cost-est is 9000.&quot; Should it be &quot;... step-cost-est of 900 is 7200&quot;? Possibly I&#039;ve just misunderstood what it&#039;s trying to say though.&lt;/p&gt;

&lt;p&gt;Any, great book, best programming book I&#039;ve read in a long time!&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Adrian.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>On page 181, consider changing &#8220;&#8230;for Clojure namespaces and not part of&#8230;&#8221; to &#8220;&#8230;for Clojure namespaces and <em>is</em> not part of&#8230;&#8221;.</p>

<p>On page 178, I find figure 9.1 a bit confusing. I wonder if it originally mirrored a listing that was changed? Should joy.nc/authors be joy.ns/authors? I would like more context for the &#8216;Date prefix as well.</p>

<p>On page 150, the first sentence of the last para doesn&#8217;t seem to agree with the listing. It says: &#8220;From the y-x point [0 0] the cost of travelling 5 right and 5 down given an estimated cost step-cost-est is 9000.&#8221; Should it be &#8220;&#8230; step-cost-est of 900 is 7200&#8243;? Possibly I&#8217;ve just misunderstood what it&#8217;s trying to say though.</p>

<p>Any, great book, best programming book I&#8217;ve read in a long time!</p>

<p>Regards,</p>

<p>Adrian.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Stefan Hallerstede</title>
		<link>http://joyofclojure.com/errata/#comment-68</link>
		<dc:creator>Stefan Hallerstede</dc:creator>
		<pubDate>Thu, 01 Dec 2011 11:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-68</guid>
		<description>&lt;p&gt;On page 41, bottom: should be &quot;(:refer joy.ch2
On page 42, top: should be &quot;(:refer joy.ch2 ...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>On page 41, bottom: should be &#8220;(:refer joy.ch2
On page 42, top: should be &#8220;(:refer joy.ch2 &#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by fogus</title>
		<link>http://joyofclojure.com/errata/#comment-17</link>
		<dc:creator>fogus</dc:creator>
		<pubDate>Tue, 06 Sep 2011 15:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-17</guid>
		<description>&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Paul M Bauer</title>
		<link>http://joyofclojure.com/errata/#comment-15</link>
		<dc:creator>Paul M Bauer</dc:creator>
		<pubDate>Mon, 29 Aug 2011 05:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-15</guid>
		<description>&lt;p&gt;On Page 182, Figure 9.4, the folder &quot;impl&quot; should be named &quot;contracts&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>On Page 182, Figure 9.4, the folder &#8220;impl&#8221; should be named &#8220;contracts&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Bernhard Groll</title>
		<link>http://joyofclojure.com/errata/#comment-14</link>
		<dc:creator>Bernhard Groll</dc:creator>
		<pubDate>Sat, 27 Aug 2011 18:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-14</guid>
		<description>&lt;p&gt;Page 84, Table 5.1:
The entry for “If the index is out of range” and “get” should be “Returns ‘not found’ or nil” instead of “Returns nil”.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Page 84, Table 5.1:
The entry for “If the index is out of range” and “get” should be “Returns ‘not found’ or nil” instead of “Returns nil”.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by fogus</title>
		<link>http://joyofclojure.com/errata/#comment-4</link>
		<dc:creator>fogus</dc:creator>
		<pubDate>Fri, 22 Jul 2011 14:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-4</guid>
		<description>&lt;p&gt;It was not intentional, but thankfully it doesn&#039;t break anything. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It was not intentional, but thankfully it doesn&#8217;t break anything. :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Errata by Vijay Kiran</title>
		<link>http://joyofclojure.com/errata/#comment-3</link>
		<dc:creator>Vijay Kiran</dc:creator>
		<pubDate>Fri, 22 Jul 2011 14:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://old.fogus.me/?page_id=39#comment-3</guid>
		<description>&lt;p&gt;On page 131 (section 7.1.3) the docstring for the functions keys-apply and manip-map is after the args vector. Is it intentional ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>On page 131 (section 7.1.3) the docstring for the functions keys-apply and manip-map is after the args vector. Is it intentional ?</p>]]></content:encoded>
	</item>
</channel>
</rss>

