<?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: Adventures in Haskell, Part 2: Kewlness</title>
	<atom:link href="http://micah.cowan.name/2008/10/10/computers/software-development/adventures-in-haskell-part-2-kewlness/feed/" rel="self" type="application/rss+xml" />
	<link>http://micah.cowan.name/2008/10/10/computers/software-development/adventures-in-haskell-part-2-kewlness/</link>
	<description>The random ramblings of Micah Cowan. Programmer, musician, typesetting enthusiast, gamer…</description>
	<lastBuildDate>Mon, 12 Apr 2010 23:43:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: huisho</title>
		<link>http://micah.cowan.name/2008/10/10/computers/software-development/adventures-in-haskell-part-2-kewlness/#comment-90698</link>
		<dc:creator>huisho</dc:creator>
		<pubDate>Mon, 20 Oct 2008 22:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://micah.cowan.name/?p=160#comment-90698</guid>
		<description>your &quot;parentheses argument&quot; counts only to those who doesn&#039;t know lisp. here is very simple truth:

Q: How can you tell when you&#039;ve reached Lisp Enlightenment?
A: The parentheses disappear. — Anonymous</description>
		<content:encoded><![CDATA[<p>your &#8220;parentheses argument&#8221; counts only to those who doesn&#8217;t know lisp. here is very simple truth:</p>
<p>Q: How can you tell when you&#8217;ve reached Lisp Enlightenment?<br />
A: The parentheses disappear. — Anonymous</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://micah.cowan.name/2008/10/10/computers/software-development/adventures-in-haskell-part-2-kewlness/#comment-88691</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Sun, 12 Oct 2008 16:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://micah.cowan.name/?p=160#comment-88691</guid>
		<description>Thank you for the nice monad examples/explanation.</description>
		<content:encoded><![CDATA[<p>Thank you for the nice monad examples/explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello Haskell</title>
		<link>http://micah.cowan.name/2008/10/10/computers/software-development/adventures-in-haskell-part-2-kewlness/#comment-88593</link>
		<dc:creator>Hello Haskell</dc:creator>
		<pubDate>Sun, 12 Oct 2008 03:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://micah.cowan.name/?p=160#comment-88593</guid>
		<description>one reason your Lisp parens are ugly are that you&#039;re trying to use C bracket indentation with Lisp parens. This is generally not advised.</description>
		<content:encoded><![CDATA[<p>one reason your Lisp parens are ugly are that you&#8217;re trying to use C bracket indentation with Lisp parens. This is generally not advised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Danielson</title>
		<link>http://micah.cowan.name/2008/10/10/computers/software-development/adventures-in-haskell-part-2-kewlness/#comment-88521</link>
		<dc:creator>Sam Danielson</dc:creator>
		<pubDate>Sat, 11 Oct 2008 20:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://micah.cowan.name/?p=160#comment-88521</guid>
		<description>&gt; Personally, I like this one best:
&gt; (reverse . map (3*) . filter odd) [1..10]

On the topic of preference, I prefer the following direct translation to a list comprehension. Now there are no ().

reverse [3 * x &#124; x &lt;- [1..10], odd x]</description>
		<content:encoded><![CDATA[<p>&gt; Personally, I like this one best:<br />
&gt; (reverse . map (3*) . filter odd) [1..10]</p>
<p>On the topic of preference, I prefer the following direct translation to a list comprehension. Now there are no ().</p>
<p>reverse [3 * x | x &lt;- [1..10], odd x]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
