
<?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: Project Euler, Python, F# and Clojure</title>
	<atom:link href="http://mentalpandiculation.com/2009/10/project-euler-python-f-and-clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://mentalpandiculation.com/2009/10/project-euler-python-f-and-clojure/</link>
	<description>One Man's Attempt To Find Elegant Code Through Big Words</description>
	<lastBuildDate>Thu, 12 Aug 2010 06:28:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Niklaus Wirth's Ghost</title>
		<link>http://mentalpandiculation.com/2009/10/project-euler-python-f-and-clojure/comment-page-1/#comment-136</link>
		<dc:creator>Niklaus Wirth's Ghost</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://mentalpandiculation.com/?p=185#comment-136</guid>
		<description>Nice, that is more idiomatic and much nicer than the lambda and reduce of my solution.  I&#039;m still learning Python and forget built in functions some times.  Thanks for the info.</description>
		<content:encoded><![CDATA[<p>Nice, that is more idiomatic and much nicer than the lambda and reduce of my solution.  I&#8217;m still learning Python and forget built in functions some times.  Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giroigavno</title>
		<link>http://mentalpandiculation.com/2009/10/project-euler-python-f-and-clojure/comment-page-1/#comment-134</link>
		<dc:creator>giroigavno</dc:creator>
		<pubDate>Sun, 28 Mar 2010 20:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://mentalpandiculation.com/?p=185#comment-134</guid>
		<description>I think the more idiomatic python version should look like this:

sum(n for n in range(1, 1000) if n%3==0 or n%5==0)</description>
		<content:encoded><![CDATA[<p>I think the more idiomatic python version should look like this:</p>
<p>sum(n for n in range(1, 1000) if n%3==0 or n%5==0)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
