<?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 on: Clojure Golf: subsets-by-card</title>
	<atom:link href="http://clj-me.cgrand.net/2008/10/20/clojure-golf-subsets-by-card/feed/" rel="self" type="application/rss+xml" />
	<link>http://clj-me.cgrand.net/2008/10/20/clojure-golf-subsets-by-card/</link>
	<description>When the pupil is ready to learn, a teacher will appear.</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:36:26 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christophe Grand</title>
		<link>http://clj-me.cgrand.net/2008/10/20/clojure-golf-subsets-by-card/comment-page-1/#comment-13</link>
		<dc:creator>Christophe Grand</dc:creator>
		<pubDate>Wed, 22 Oct 2008 09:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://clj-me.cgrand.net/2008/10/20/clojure-golf-subsets-by-card/#comment-13</guid>
		<description>Yours is nice too. I tried to use iterate too but I hadn&#039;t been able to come up with a solution which doesn&#039;t use &lt;b&gt;set&lt;/b&gt; or &lt;b&gt;distinct&lt;/b&gt; to remove duplicates. Btw &lt;b&gt;(clojure.set/difference a b)&lt;/b&gt; can also be written &lt;b&gt;(apply disj a b)&lt;/b&gt;.</description>
		<content:encoded><![CDATA[<p>Yours is nice too. I tried to use iterate too but I hadn&#8217;t been able to come up with a solution which doesn&#8217;t use <b>set</b> or <b>distinct</b> to remove duplicates. Btw <b>(clojure.set/difference a b)</b> can also be written <b>(apply disj a b)</b>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: achim</title>
		<link>http://clj-me.cgrand.net/2008/10/20/clojure-golf-subsets-by-card/comment-page-1/#comment-12</link>
		<dc:creator>achim</dc:creator>
		<pubDate>Tue, 21 Oct 2008 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://clj-me.cgrand.net/2008/10/20/clojure-golf-subsets-by-card/#comment-12</guid>
		<description>very neat! i&#039;ll try to keep that shift-and-map trick in mind.&lt;br/&gt;&lt;br/&gt;in the mean time, i came up with these variants on mine (http://paste.lisp.org/display/68832#1), but i think i stil prefer yours.</description>
		<content:encoded><![CDATA[<p>very neat! i&#8217;ll try to keep that shift-and-map trick in mind.</p>
<p>in the mean time, i came up with these variants on mine (<a href="http://paste.lisp.org/display/68832#1" rel="nofollow">http://paste.lisp.org/display/68832#1</a>), but i think i stil prefer yours.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
