<?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: Ninety-Nine Problems In Clojure Part 1 1-15</title>
	<atom:link href="http://m.3wa.com/?feed=rss2&#038;p=426" rel="self" type="application/rss+xml" />
	<link>http://m.3wa.com/?p=426</link>
	<description>All things M considered</description>
	<lastBuildDate>Tue, 03 Aug 2010 21:54:09 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fogus</title>
		<link>http://m.3wa.com/?p=426&#038;cpage=1#comment-2126</link>
		<dc:creator>fogus</dc:creator>
		<pubDate>Mon, 16 Nov 2009 04:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://m.3wa.com/?p=426#comment-2126</guid>
		<description>Makes sense.  Thanks for the calrification.
-m</description>
		<content:encoded><![CDATA[<p>Makes sense.  Thanks for the calrification.<br />
-m</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://m.3wa.com/?p=426&#038;cpage=1#comment-2119</link>
		<dc:creator>M</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://m.3wa.com/?p=426#comment-2119</guid>
		<description>fogus: It was to keep in spirit of the exercise as much as possible. In case of length, the original Prolog 99 problem ask you to implement a &quot;length&quot; function. So I wrap it. But in case of reverse. The problem asked you to implement a &quot;reverse&quot; function, which clojure&#039;s core function is in fact called reverse. So I just use it with the same name.</description>
		<content:encoded><![CDATA[<p>fogus: It was to keep in spirit of the exercise as much as possible. In case of length, the original Prolog 99 problem ask you to implement a &#8220;length&#8221; function. So I wrap it. But in case of reverse. The problem asked you to implement a &#8220;reverse&#8221; function, which clojure&#8217;s core function is in fact called reverse. So I just use it with the same name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The 99 Prolog problems in Clojure &#124; Cognitive Consonance</title>
		<link>http://m.3wa.com/?p=426&#038;cpage=1#comment-2117</link>
		<dc:creator>The 99 Prolog problems in Clojure &#124; Cognitive Consonance</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://m.3wa.com/?p=426#comment-2117</guid>
		<description>[...] Here can be found an interesting effort to implement the 99 Prolog problems in Clojure. [...]</description>
		<content:encoded><![CDATA[<p>[...] Here can be found an interesting effort to implement the 99 Prolog problems in Clojure. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Today in the Intertweets (Nov 10th Ed.) &#124; disclojure: all things clojure</title>
		<link>http://m.3wa.com/?p=426&#038;cpage=1#comment-2115</link>
		<dc:creator>Today in the Intertweets (Nov 10th Ed.) &#124; disclojure: all things clojure</dc:creator>
		<pubDate>Wed, 11 Nov 2009 07:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://m.3wa.com/?p=426#comment-2115</guid>
		<description>[...] problems in #clojure part 1 (here, via @wmacgyver) &#8212; Attempting to solve the ninety-nine Prolog problems in #clojure    Share [...]</description>
		<content:encoded><![CDATA[<p>[...] problems in #clojure part 1 (here, via @wmacgyver) &#8212; Attempting to solve the ninety-nine Prolog problems in #clojure    Share [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fogus</title>
		<link>http://m.3wa.com/?p=426&#038;cpage=1#comment-2114</link>
		<dc:creator>fogus</dc:creator>
		<pubDate>Wed, 11 Nov 2009 03:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://m.3wa.com/?p=426#comment-2114</guid>
		<description>I am curious why you decided to use core functions for some (e.g. last, reverse) and wrap core functions for others (e.g. count)?

-m</description>
		<content:encoded><![CDATA[<p>I am curious why you decided to use core functions for some (e.g. last, reverse) and wrap core functions for others (e.g. count)?</p>
<p>-m</p>
]]></content:encoded>
	</item>
</channel>
</rss>
