<?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: Functional ruby &#8211; a simple example</title>
	<atom:link href="http://blog.mostof.it/functional-ruby-a-simple-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostof.it/functional-ruby-a-simple-example/</link>
	<description>Where the rising ape meets the falling angel</description>
	<lastBuildDate>Thu, 01 Dec 2011 08:19:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: yk</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-285</link>
		<dc:creator>yk</dc:creator>
		<pubDate>Tue, 02 Mar 2010 15:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-285</guid>
		<description>The lisp version is also beautiful
(defun quicksort (lis) (if (null lis) nil
  (let* ((x (car lis)) (r (cdr lis)) (fn (lambda (a) (&lt; a x))))
    (append (quicksort (remove-if-not fn r)) (list x)
      (quicksort (remove-if fn r))))))</description>
		<content:encoded><![CDATA[<p>The lisp version is also beautiful<br />
(defun quicksort (lis) (if (null lis) nil<br />
  (let* ((x (car lis)) (r (cdr lis)) (fn (lambda (a) (&lt; a x))))<br />
    (append (quicksort (remove-if-not fn r)) (list x)<br />
      (quicksort (remove-if fn r))))))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yangliulin</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-284</link>
		<dc:creator>yangliulin</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-284</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content"></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vapidbabble</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-283</link>
		<dc:creator>vapidbabble</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-283</guid>
		<description>&lt;p&gt;Functional ruby &#8211; a simple example &lt;a href=&quot;http://bit.ly/d3GZdr&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/d3GZdr&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/vapidbabble/statuses/9495696914&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Functional ruby &#8211; a simple example <a href="http://bit.ly/d3GZdr" rel="nofollow">http://bit.ly/d3GZdr</a></p>
<p><i>This comment was originally posted on <a href="http://twitter.com/vapidbabble/statuses/9495696914" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gridlockd</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-282</link>
		<dc:creator>gridlockd</dc:creator>
		<pubDate>Sun, 21 Feb 2010 08:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-282</guid>
		<description>&lt;p&gt;&#8220;Functional ruby – a simple example&#8221; &lt;a href=&quot;http://is.gd/8QGLE&quot; rel=&quot;nofollow&quot;&gt;http://is.gd/8QGLE&lt;/a&gt; #Ruby … Our old nemesis from college: The Quicksort algorithm.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/gridlockd/statuses/9422264361&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>&#8220;Functional ruby – a simple example&#8221; <a href="http://is.gd/8QGLE" rel="nofollow">http://is.gd/8QGLE</a> #Ruby … Our old nemesis from college: The Quicksort algorithm.</p>
<p><i>This comment was originally posted on <a href="http://twitter.com/gridlockd/statuses/9422264361" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Queiroga</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-281</link>
		<dc:creator>Queiroga</dc:creator>
		<pubDate>Sun, 21 Feb 2010 07:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-281</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;&quot;Functional ruby – a simple example&quot; http://is.gd/8QGLE #Ruby … Our old nemesis from college: The Quicksort algorithm.&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">&quot;Functional ruby – a simple example&quot; <a href="http://is.gd/8QGLE" rel="nofollow">http://is.gd/8QGLE</a> #Ruby … Our old nemesis from college: The Quicksort algorithm.</span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neokain</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-277</link>
		<dc:creator>neokain</dc:creator>
		<pubDate>Sat, 20 Feb 2010 06:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-277</guid>
		<description>&lt;p&gt;Functional ruby &#8211; a simple example &lt;a href=&quot;http://bit.ly/d3GZdr&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/d3GZdr&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/neokain/statuses/9373524683&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Functional ruby &#8211; a simple example <a href="http://bit.ly/d3GZdr" rel="nofollow">http://bit.ly/d3GZdr</a></p>
<p><i>This comment was originally posted on <a href="http://twitter.com/neokain/statuses/9373524683" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ???????</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-276</link>
		<dc:creator>???????</dc:creator>
		<pubDate>Sat, 20 Feb 2010 05:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-276</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Functional ruby - a simple example http://bit.ly/d3GZdr&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Functional ruby &#8211; a simple example <a href="http://bit.ly/d3GZdr" rel="nofollow">http://bit.ly/d3GZdr</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pgrajesh</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-278</link>
		<dc:creator>pgrajesh</dc:creator>
		<pubDate>Sat, 20 Feb 2010 04:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-278</guid>
		<description>&lt;p&gt;Functional ruby &#8211; a simple example &lt;a href=&quot;http://bit.ly/d3GZdr&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/d3GZdr&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/pgrajesh/statuses/9370023366&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Functional ruby &#8211; a simple example <a href="http://bit.ly/d3GZdr" rel="nofollow">http://bit.ly/d3GZdr</a></p>
<p><i>This comment was originally posted on <a href="http://twitter.com/pgrajesh/statuses/9370023366" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-275</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Sat, 20 Feb 2010 03:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-275</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Functional ruby - a simple example http://bit.ly/d3GZdr&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Functional ruby &#8211; a simple example <a href="http://bit.ly/d3GZdr" rel="nofollow">http://bit.ly/d3GZdr</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ochronus</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-274</link>
		<dc:creator>ochronus</dc:creator>
		<pubDate>Fri, 19 Feb 2010 22:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-274</guid>
		<description>@Chad, if you take a closer look, I also used the &#039;partition&#039; method :) Thanks for the contribution!</description>
		<content:encoded><![CDATA[<p>@Chad, if you take a closer look, I also used the &#8216;partition&#8217; method <img src='http://blog.mostof.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks for the contribution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-273</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-273</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;RT @ruby_news: Functional ruby – a simple example http://bit.ly/dsUMZz&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">RT @ruby_news: Functional ruby – a simple example <a href="http://bit.ly/dsUMZz" rel="nofollow">http://bit.ly/dsUMZz</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-272</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Fri, 19 Feb 2010 16:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-272</guid>
		<description>I had given this some thought last month for one reason or another.

Here&#039;s my interpretation. The main difference being I make use of the handy partition method, also arguably functional in its own right.

http://gist.github.com/288019</description>
		<content:encoded><![CDATA[<p>I had given this some thought last month for one reason or another.</p>
<p>Here&#8217;s my interpretation. The main difference being I make use of the handy partition method, also arguably functional in its own right.</p>
<p><a href="http://gist.github.com/288019" rel="nofollow">http://gist.github.com/288019</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rlaksana</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-280</link>
		<dc:creator>rlaksana</dc:creator>
		<pubDate>Fri, 19 Feb 2010 15:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-280</guid>
		<description>&lt;p&gt;Functional ruby – a simple example &#8211; &lt;a href=&quot;http://su.pr/1ND8X7&quot; rel=&quot;nofollow&quot;&gt;http://su.pr/1ND8X7&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/rlaksana/statuses/9338713677&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Functional ruby – a simple example &#8211; <a href="http://su.pr/1ND8X7" rel="nofollow">http://su.pr/1ND8X7</a></p>
<p><i>This comment was originally posted on <a href="http://twitter.com/rlaksana/statuses/9338713677" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Laksana</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-271</link>
		<dc:creator>Richard Laksana</dc:creator>
		<pubDate>Fri, 19 Feb 2010 14:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-271</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content"></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlecour</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-268</link>
		<dc:creator>jlecour</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-268</guid>
		<description>&lt;p&gt;Functional ruby – a simple example &lt;a href=&quot;http://bit.ly/dsUMZz&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/dsUMZz&lt;/a&gt; /via @ruby_news&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/jlecour/statuses/9328280110&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Functional ruby – a simple example <a href="http://bit.ly/dsUMZz" rel="nofollow">http://bit.ly/dsUMZz</a> /via @ruby_news</p>
<p><i>This comment was originally posted on <a href="http://twitter.com/jlecour/statuses/9328280110" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jérémy Lecour</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-270</link>
		<dc:creator>Jérémy Lecour</dc:creator>
		<pubDate>Fri, 19 Feb 2010 08:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-270</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Functional ruby – a simple example http://bit.ly/dsUMZz /via @ruby_news&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Functional ruby – a simple example <a href="http://bit.ly/dsUMZz" rel="nofollow">http://bit.ly/dsUMZz</a> /via @ruby_news</span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago Fernandes</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-267</link>
		<dc:creator>Tiago Fernandes</dc:creator>
		<pubDate>Fri, 19 Feb 2010 08:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-267</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;RT @ruby_news: Functional ruby – a simple example http://bit.ly/dsUMZz&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">RT @ruby_news: Functional ruby – a simple example <a href="http://bit.ly/dsUMZz" rel="nofollow">http://bit.ly/dsUMZz</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruby_news</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-266</link>
		<dc:creator>ruby_news</dc:creator>
		<pubDate>Fri, 19 Feb 2010 08:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-266</guid>
		<description>&lt;p&gt;Functional ruby – a simple example &lt;a href=&quot;http://bit.ly/dsUMZz&quot; rel=&quot;nofollow&quot;&gt;http://bit.ly/dsUMZz&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/ruby_news/statuses/9326517070&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Functional ruby – a simple example <a href="http://bit.ly/dsUMZz" rel="nofollow">http://bit.ly/dsUMZz</a></p>
<p><i>This comment was originally posted on <a href="http://twitter.com/ruby_news/statuses/9326517070" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunny_car</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-263</link>
		<dc:creator>bunny_car</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-263</guid>
		<description>&lt;p&gt;&lt;a href=&quot;http://tinyurl.com/yayzb5n&quot; rel=&quot;nofollow&quot;&gt;http://tinyurl.com/yayzb5n&lt;/a&gt;&lt;br /&gt;
Functional ruby – a simple example &#124; implements Developer {&lt;/p&gt;
&lt;p&gt;&lt;i&gt;This comment was originally posted on &lt;a href=&quot;http://twitter.com/bunny_car/statuses/9325306956&quot; rel=&quot;nofollow&quot;&gt;Twitter&lt;/a&gt;&lt;/i&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://tinyurl.com/yayzb5n" rel="nofollow">http://tinyurl.com/yayzb5n</a><br />
Functional ruby – a simple example | implements Developer {</p>
<p><i>This comment was originally posted on <a href="http://twitter.com/bunny_car/statuses/9325306956" rel="nofollow">Twitter</a></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby News</title>
		<link>http://blog.mostof.it/functional-ruby-a-simple-example/#comment-265</link>
		<dc:creator>Ruby News</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mostof.it/?p=205#comment-265</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Functional ruby – a simple example http://bit.ly/dsUMZz&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Functional ruby – a simple example <a href="http://bit.ly/dsUMZz" rel="nofollow">http://bit.ly/dsUMZz</a></span></span></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>

