<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Guido is wrong! for loops, declarativeness and Charlie Mingus</title>
	<atom:link href="http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/feed/" rel="self" type="application/rss+xml" />
	<link>http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/</link>
	<description>Haskell programming journal</description>
	<lastBuildDate>Fri, 17 May 2013 21:48:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ziddi</title>
		<link>http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/#comment-373</link>
		<dc:creator><![CDATA[ziddi]]></dc:creator>
		<pubDate>Sun, 11 Feb 2007 05:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/#comment-373</guid>
		<description><![CDATA[We have the same avator! I think somebody owes me money...]]></description>
		<content:encoded><![CDATA[<p>We have the same avator! I think somebody owes me money&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: casey</title>
		<link>http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/#comment-372</link>
		<dc:creator><![CDATA[casey]]></dc:creator>
		<pubDate>Sun, 11 Feb 2007 05:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/#comment-372</guid>
		<description><![CDATA[I see your point about the drawback of foreach losing the index counter.

That&#039;s why I commonly wrap sequences in Python with the enumerate function.  It maps every element in the sequence with a tuple containing (index, value).]]></description>
		<content:encoded><![CDATA[<p>I see your point about the drawback of foreach losing the index counter.</p>
<p>That&#8217;s why I commonly wrap sequences in Python with the enumerate function.  It maps every element in the sequence with a tuple containing (index, value).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Not Guido</title>
		<link>http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/#comment-371</link>
		<dc:creator><![CDATA[Not Guido]]></dc:creator>
		<pubDate>Sat, 10 Feb 2007 17:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/#comment-371</guid>
		<description><![CDATA[What was your point? That comprehension lists aren&#039;t a superset &amp; always better than map (which I recall something about Guido saying, once upon a time)?]]></description>
		<content:encoded><![CDATA[<p>What was your point? That comprehension lists aren&#8217;t a superset &amp; always better than map (which I recall something about Guido saying, once upon a time)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chriseidhof</title>
		<link>http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/#comment-370</link>
		<dc:creator><![CDATA[chriseidhof]]></dc:creator>
		<pubDate>Sat, 10 Feb 2007 15:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://syntaxfree.wordpress.com/2007/02/10/guido-is-wrong-for-loops-declarativeness-and-charlie-mingus/#comment-370</guid>
		<description><![CDATA[Nice! It&#039;s really good to see the beaty of haskell even when not coding myself! I completely agree with you. I think a major advantage of Haskell over other languages is composability (except for when you&#039;re in a Monad, ofcourse). It might be interesting to note that map, for example is really easy to make multi-threaded (the compiler could even automatically do that), whereas a compiler in a language with for-loops and side-effects is not able to make that decision. I think Haskell&#039;s going to win big time on the ease of making applications run on multiple cores and/or processerors.]]></description>
		<content:encoded><![CDATA[<p>Nice! It&#8217;s really good to see the beaty of haskell even when not coding myself! I completely agree with you. I think a major advantage of Haskell over other languages is composability (except for when you&#8217;re in a Monad, ofcourse). It might be interesting to note that map, for example is really easy to make multi-threaded (the compiler could even automatically do that), whereas a compiler in a language with for-loops and side-effects is not able to make that decision. I think Haskell&#8217;s going to win big time on the ease of making applications run on multiple cores and/or processerors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
