<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Protecting mutable state in the state monad</title>
	<atom:link href="http://onclojure.com/2009/06/24/protecting-mutable-state-in-the-state-monad/feed/" rel="self" type="application/rss+xml" />
	<link>http://onclojure.com/2009/06/24/protecting-mutable-state-in-the-state-monad/</link>
	<description>A blog about everything Clojure</description>
	<lastBuildDate>Thu, 09 May 2013 14:29:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: khinsen</title>
		<link>http://onclojure.com/2009/06/24/protecting-mutable-state-in-the-state-monad/#comment-140</link>
		<dc:creator><![CDATA[khinsen]]></dc:creator>
		<pubDate>Fri, 29 Oct 2010 12:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://onclojure.com/?p=73#comment-140</guid>
		<description><![CDATA[The need to exclude write in Clojure 1.2 and later is an example of what I consider a design fault in Clojure&#039;s namespace handling: new symbols that get added to clojure.core break existing code that use the same symbols otherwise. I hope this will be fixed in the future.]]></description>
		<content:encoded><![CDATA[<p>The need to exclude write in Clojure 1.2 and later is an example of what I consider a design fault in Clojure&#8217;s namespace handling: new symbols that get added to clojure.core break existing code that use the same symbols otherwise. I hope this will be fixed in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaceklaskowski</title>
		<link>http://onclojure.com/2009/06/24/protecting-mutable-state-in-the-state-monad/#comment-138</link>
		<dc:creator><![CDATA[jaceklaskowski]]></dc:creator>
		<pubDate>Fri, 29 Oct 2010 12:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://onclojure.com/?p=73#comment-138</guid>
		<description><![CDATA[Hi,

I really liked this and the other blog entries about monads to let me understand the concept w/ Clojure. Thanks.

To run the sample, I had to exclude write of clojure.contrib.monadic-io-streams. It&#039;s w/ Clojure 1.2 and 1.3.0-alpha2.

(:use [clojure.contrib.monadic-io-streams :exclude (write)])

Jacek]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I really liked this and the other blog entries about monads to let me understand the concept w/ Clojure. Thanks.</p>
<p>To run the sample, I had to exclude write of clojure.contrib.monadic-io-streams. It&#8217;s w/ Clojure 1.2 and 1.3.0-alpha2.</p>
<p>(:use [clojure.contrib.monadic-io-streams :exclude (write)])</p>
<p>Jacek</p>
]]></content:encoded>
	</item>
</channel>
</rss>
