<?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 in F# &#8211; Problem 1 (alternative solution)</title>
	<atom:link href="http://www.fsharp.it/2008/01/20/project-euler-in-f-problem-1-alternative-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fsharp.it/2008/01/20/project-euler-in-f-problem-1-alternative-solution/</link>
	<description>Functional programming on .Net</description>
	<lastBuildDate>Wed, 23 Mar 2011 17:29:06 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tyler MacLeod</title>
		<link>http://www.fsharp.it/2008/01/20/project-euler-in-f-problem-1-alternative-solution/comment-page-1/#comment-79</link>
		<dc:creator>Tyler MacLeod</dc:creator>
		<pubDate>Sat, 23 Feb 2008 20:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsharp.it/2008/01/20/project-euler-in-f-problem-1-alternative-solution/#comment-79</guid>
		<description>Or one line...

[1...1000] &#124;&gt;
List.filter (fun x -&gt; x % 3 = 0 or x % 5 = 0) &#124;&gt;
List.fold_left (+) 0;;
</description>
		<content:encoded><![CDATA[<p>Or one line&#8230;</p>
<p>[1...1000] |&gt;<br />
List.filter (fun x -&gt; x % 3 = 0 or x % 5 = 0) |&gt;<br />
List.fold_left (+) 0;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Continuing Adventures in F# - Matthew Podwysocki's Blog</title>
		<link>http://www.fsharp.it/2008/01/20/project-euler-in-f-problem-1-alternative-solution/comment-page-1/#comment-7</link>
		<dc:creator>Continuing Adventures in F# - Matthew Podwysocki's Blog</dc:creator>
		<pubDate>Tue, 29 Jan 2008 04:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsharp.it/2008/01/20/project-euler-in-f-problem-1-alternative-solution/#comment-7</guid>
		<description>[...] Euler problems in F# Problem #1 in F# Problem #1 (alternate) Problem #6 Problem [...]</description>
		<content:encoded><![CDATA[<p>[...] Euler problems in F# Problem #1 in F# Problem #1 (alternate) Problem #6 Problem [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

