<?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: Prototyping thought</title>
	<atom:link href="http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/</link>
	<description>Because my LiveJournal is too silly</description>
	<lastBuildDate>Sat, 17 Sep 2011 02:28:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/comment-page-1/#comment-85401</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 04 Mar 2008 15:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/#comment-85401</guid>
		<description>Function application binds stronger, in fact: strongest. (Only the @ symbol, which may only occur in patterns, binds even stronger.)</description>
		<content:encoded><![CDATA[<p>Function application binds stronger, in fact: strongest. (Only the @ symbol, which may only occur in patterns, binds even stronger.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pozorvlak</title>
		<link>http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/comment-page-1/#comment-3811</link>
		<dc:creator>pozorvlak</dc:creator>
		<pubDate>Thu, 07 Dec 2006 16:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/#comment-3811</guid>
		<description>perl -e &#039;$fac = 1; $fac *= $_ for 1..$ARGV[0]; print $fac;&#039;

:-)

I must say, I&#039;ve always found the Perl toplevel more useful than the Haskell one, but YMMV. And Haskell can be very nice for expressing listy-type things, such as the case in point :-)</description>
		<content:encoded><![CDATA[<p>perl -e &#8216;$fac = 1; $fac *= $_ for 1..$ARGV[0]; print $fac;&#8217;</p>
<p> <img src='http://blog.mikael.johanssons.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I must say, I&#8217;ve always found the Perl toplevel more useful than the Haskell one, but YMMV. And Haskell can be very nice for expressing listy-type things, such as the case in point <img src='http://blog.mikael.johanssons.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michi</title>
		<link>http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/comment-page-1/#comment-2380</link>
		<dc:creator>Michi</dc:creator>
		<pubDate>Sun, 29 Oct 2006 20:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/#comment-2380</guid>
		<description>Well yeah... The lispiness of my code really is because of my not being certain whether arithmetic of function evaluation binds tighter...</description>
		<content:encoded><![CDATA[<p>Well yeah&#8230; The lispiness of my code really is because of my not being certain whether arithmetic of function evaluation binds tighter&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/comment-page-1/#comment-2376</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Sun, 29 Oct 2006 14:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/#comment-2376</guid>
		<description></description>
		<content:encoded><![CDATA[<p>Haskell is even nicer!</p>
<p>fac n = product [1..n]</p>
<p>This is a lot like “n! is the product of all integers from 1 to n”</p>
<p>Also, the Haskell isn&#8217;t Lisp:</p>
<p>&gt; fac 8 / (fac 3 * fac 5)<br />
56.0</p>
<p>I admit that I sometimes add extra parens because I&#8217;m not sure if they&#8217;re necessary&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

