<?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 Higher-Order</title>
	<atom:link href="http://blog.higher-order.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.higher-order.net</link>
	<description>topics: functional programming, concurrency, web-development, REST, dynamic languages</description>
	<lastBuildDate>Sun, 04 Jul 2010 07:43:34 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Circuit Breaker: a small but real-life example of Clojure protocols and datatype by Higher-Order &#187; Blog Archive &#187; Conj-labs Clojure lessons part i</title>
		<link>http://blog.higher-order.net/2010/05/05/circuitbreaker-clojure-1-2/comment-page-1/#comment-1427</link>
		<dc:creator>Higher-Order &#187; Blog Archive &#187; Conj-labs Clojure lessons part i</dc:creator>
		<pubDate>Sun, 04 Jul 2010 07:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=470#comment-1427</guid>
		<description>[...] following is an (embarrassingly long) list of issues that my previous version of circuit breaker had. I think others can learn from my [...]</description>
		<content:encoded><![CDATA[<p>[...] following is an (embarrassingly long) list of issues that my previous version of circuit breaker had. I think others can learn from my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on clj-ds: Clojure&#8217;s persistent data structures for Java by This weekend in the Intertweets (June 13th Ed) &#124; disclojure: all things clojure</title>
		<link>http://blog.higher-order.net/2010/06/11/clj-ds-clojures-persistent-data-structures-for-java/comment-page-1/#comment-1423</link>
		<dc:creator>This weekend in the Intertweets (June 13th Ed) &#124; disclojure: all things clojure</dc:creator>
		<pubDate>Mon, 14 Jun 2010 07:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=575#comment-1423</guid>
		<description>[...] Clojure’s persistent data structures for Java (here, via @planet_lang) &#8212; This is a port/fork of Clojure&#8217;s persistent data structures so [...]</description>
		<content:encoded><![CDATA[<p>[...] Clojure’s persistent data structures for Java (here, via @planet_lang) &#8212; This is a port/fork of Clojure&#8217;s persistent data structures so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on clj-ds: Clojure&#8217;s persistent data structures for Java by apmckinlay</title>
		<link>http://blog.higher-order.net/2010/06/11/clj-ds-clojures-persistent-data-structures-for-java/comment-page-1/#comment-1422</link>
		<dc:creator>apmckinlay</dc:creator>
		<pubDate>Fri, 11 Jun 2010 16:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=575#comment-1422</guid>
		<description>That&#039;s great news. I looked at using Clojure&#039;s data structures but didn&#039;t want to be dependent on all of Clojure. I ended up writing my own :-( http://thesoftwarelife.blogspot.com/2009/10/java-immutable-persistent-map.html
although a commenter pointed out http://code.google.com/p/pcollections
It would be nice if Google&#039;s Guava libraries included persistent data structures like these.</description>
		<content:encoded><![CDATA[<p>That&#8217;s great news. I looked at using Clojure&#8217;s data structures but didn&#8217;t want to be dependent on all of Clojure. I ended up writing my own <img src='http://blog.higher-order.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  <a href="http://thesoftwarelife.blogspot.com/2009/10/java-immutable-persistent-map.html" rel="nofollow">http://thesoftwarelife.blogspot.com/2009/10/java-immutable-persistent-map.html</a><br />
although a commenter pointed out <a href="http://code.google.com/p/pcollections" rel="nofollow">http://code.google.com/p/pcollections</a><br />
It would be nice if Google&#8217;s Guava libraries included persistent data structures like these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on clj-ds: Clojure&#8217;s persistent data structures for Java by Higher-Order » Blog Archive » clj-ds: Clojure&#39;s persistent data &#8230; &#124; java</title>
		<link>http://blog.higher-order.net/2010/06/11/clj-ds-clojures-persistent-data-structures-for-java/comment-page-1/#comment-1421</link>
		<dc:creator>Higher-Order » Blog Archive » clj-ds: Clojure&#39;s persistent data &#8230; &#124; java</dc:creator>
		<pubDate>Fri, 11 Jun 2010 15:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=575#comment-1421</guid>
		<description>[...] resztę artykułu: Higher-Order » Blog Archive » clj-ds: Clojure&#039;s persistent data &#8230;   advantages-for, are-implemented, clojure, currently-the-clojure, data, data-structures-, future, [...]</description>
		<content:encoded><![CDATA[<p>[...] resztę artykułu: Higher-Order » Blog Archive » clj-ds: Clojure&#39;s persistent data &#8230;   advantages-for, are-implemented, clojure, currently-the-clojure, data, data-structures-, future, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Clojure&#8217;s PersistentVector implementation by Higher-Order &#187; Blog Archive &#187; clj-ds: Clojure&#8217;s persistent data structures for Java</title>
		<link>http://blog.higher-order.net/2009/02/01/understanding-clojures-persistentvector-implementation/comment-page-1/#comment-1420</link>
		<dc:creator>Higher-Order &#187; Blog Archive &#187; clj-ds: Clojure&#8217;s persistent data structures for Java</dc:creator>
		<pubDate>Fri, 11 Jun 2010 13:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=233#comment-1420</guid>
		<description>[...] data structures. (In previous posts I&#8217;ve shed some light on how PersistentHashMap and PersistentVector are implemented, although some of that information is slightly dated [...]</description>
		<content:encoded><![CDATA[<p>[...] data structures. (In previous posts I&#8217;ve shed some light on how PersistentHashMap and PersistentVector are implemented, although some of that information is slightly dated [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Clojure&#8217;s PersistentHashMap (deftwice&#8230;) by Higher-Order &#187; Blog Archive &#187; clj-ds: Clojure&#8217;s persistent data structures for Java</title>
		<link>http://blog.higher-order.net/2009/09/08/understanding-clojures-persistenthashmap-deftwice/comment-page-1/#comment-1419</link>
		<dc:creator>Higher-Order &#187; Blog Archive &#187; clj-ds: Clojure&#8217;s persistent data structures for Java</dc:creator>
		<pubDate>Fri, 11 Jun 2010 13:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=386#comment-1419</guid>
		<description>[...] of (efficient!) persistent data structures. (In previous posts I&#8217;ve shed some light on how PersistentHashMap and PersistentVector are implemented, although some of that information is slightly dated [...]</description>
		<content:encoded><![CDATA[<p>[...] of (efficient!) persistent data structures. (In previous posts I&#8217;ve shed some light on how PersistentHashMap and PersistentVector are implemented, although some of that information is slightly dated [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stomple RC1: Combining WebSockets and Reliable Messaging by TempusFactor &#187; Blog Archive &#187; links for 2010-06-04</title>
		<link>http://blog.higher-order.net/2010/06/01/stomple-rc1-combining-websockets-and-reliable-messaging/comment-page-1/#comment-1413</link>
		<dc:creator>TempusFactor &#187; Blog Archive &#187; links for 2010-06-04</dc:creator>
		<pubDate>Sat, 05 Jun 2010 01:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=541#comment-1413</guid>
		<description>[...] Higher-Order » Blog Archive » Stomple RC1: Combining WebSockets and Reliable Messaging (tags: websockets messaging) [...]</description>
		<content:encoded><![CDATA[<p>[...] Higher-Order » Blog Archive » Stomple RC1: Combining WebSockets and Reliable Messaging (tags: websockets messaging) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stomple RC1: Combining WebSockets and Reliable Messaging by Stomple: Stomping to the server via WebSockets &#124; pro2go Designs Blog</title>
		<link>http://blog.higher-order.net/2010/06/01/stomple-rc1-combining-websockets-and-reliable-messaging/comment-page-1/#comment-1412</link>
		<dc:creator>Stomple: Stomping to the server via WebSockets &#124; pro2go Designs Blog</dc:creator>
		<pubDate>Wed, 02 Jun 2010 08:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=541#comment-1412</guid>
		<description>[...] Krukow has created Stomple, a library that &#8220;enables using the browser as a reliable messaging client, e.g. for [...]</description>
		<content:encoded><![CDATA[<p>[...] Krukow has created Stomple, a library that &#8220;enables using the browser as a reliable messaging client, e.g. for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stomple RC1: Combining WebSockets and Reliable Messaging by Ajaxian &#187; Stomple: Stomping to the server via WebSockets</title>
		<link>http://blog.higher-order.net/2010/06/01/stomple-rc1-combining-websockets-and-reliable-messaging/comment-page-1/#comment-1411</link>
		<dc:creator>Ajaxian &#187; Stomple: Stomping to the server via WebSockets</dc:creator>
		<pubDate>Wed, 02 Jun 2010 07:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=541#comment-1411</guid>
		<description>[...] Krukow has created Stomple, a library that &quot;enables using the browser as a reliable messaging client, e.g. for JMS.&quot; It is [...]</description>
		<content:encoded><![CDATA[<p>[...] Krukow has created Stomple, a library that &quot;enables using the browser as a reliable messaging client, e.g. for JMS.&quot; It is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stomple RC1: Combining WebSockets and Reliable Messaging by Tweets that mention Higher-Order » Blog Archive » Stomple RC1: Combining WebSockets and Reliable Messaging -- Topsy.com</title>
		<link>http://blog.higher-order.net/2010/06/01/stomple-rc1-combining-websockets-and-reliable-messaging/comment-page-1/#comment-1410</link>
		<dc:creator>Tweets that mention Higher-Order » Blog Archive » Stomple RC1: Combining WebSockets and Reliable Messaging -- Topsy.com</dc:creator>
		<pubDate>Wed, 02 Jun 2010 05:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.higher-order.net/?p=541#comment-1410</guid>
		<description>[...] This post was mentioned on Twitter by Dion Almaer, Atmosphere Framework. Atmosphere Framework said: Stomple is a library from Karl Krokow that rocks on Stomp using Web Sockets http://bit.ly/9rNT1u (via @dalmaer) [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Dion Almaer, Atmosphere Framework. Atmosphere Framework said: Stomple is a library from Karl Krokow that rocks on Stomp using Web Sockets <a href="http://bit.ly/9rNT1u" rel="nofollow">http://bit.ly/9rNT1u</a> (via @dalmaer) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
