<?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 and Erlang &#8211; introduction, problem #1</title>
	<atom:link href="http://blog.mostof.it/project-euler-and-erlang-introduction-problem-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostof.it/project-euler-and-erlang-introduction-problem-1/</link>
	<description>Where the rising ape meets the falling angel</description>
	<lastBuildDate>Thu, 01 Dec 2011 08:19:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lakshmi</title>
		<link>http://blog.mostof.it/project-euler-and-erlang-introduction-problem-1/#comment-510</link>
		<dc:creator>Lakshmi</dc:creator>
		<pubDate>Wed, 21 Sep 2011 22:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=14#comment-510</guid>
		<description>solved using linq,

https://sites.google.com/site/eulerproblemsincsharp/home/problem-1</description>
		<content:encoded><![CDATA[<p>solved using linq,</p>
<p><a href="https://sites.google.com/site/eulerproblemsincsharp/home/problem-1" rel="nofollow">https://sites.google.com/site/eulerproblemsincsharp/home/problem-1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby vs. Haskell &#8211; project Euler #25 deathmatch &#124; implements Developer {</title>
		<link>http://blog.mostof.it/project-euler-and-erlang-introduction-problem-1/#comment-12</link>
		<dc:creator>Ruby vs. Haskell &#8211; project Euler #25 deathmatch &#124; implements Developer {</dc:creator>
		<pubDate>Tue, 16 Feb 2010 15:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=14#comment-12</guid>
		<description>[...] If you liked it, take a look at my older post about solving project Euler problem #1 in erlang here [...] </description>
		<content:encoded><![CDATA[<p>[...] If you liked it, take a look at my older post about solving project Euler problem #1 in erlang here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 5 trends and technologies in software development &#124; blog.mostof.it [ochronus]</title>
		<link>http://blog.mostof.it/project-euler-and-erlang-introduction-problem-1/#comment-11</link>
		<dc:creator>Top 5 trends and technologies in software development &#124; blog.mostof.it [ochronus]</dc:creator>
		<pubDate>Sun, 14 Feb 2010 07:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=14#comment-11</guid>
		<description>[...] My solution to Project Euler&#8217;s first problem in erlang [...] </description>
		<content:encoded><![CDATA[<p>[...] My solution to Project Euler&#8217;s first problem in erlang [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ochronus</title>
		<link>http://blog.mostof.it/project-euler-and-erlang-introduction-problem-1/#comment-10</link>
		<dc:creator>ochronus</dc:creator>
		<pubDate>Fri, 22 May 2009 18:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=14#comment-10</guid>
		<description>Thank you for the tip! :)</description>
		<content:encoded><![CDATA[<p>Thank you for the tip! <img src='http://blog.mostof.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RJ</title>
		<link>http://blog.mostof.it/project-euler-and-erlang-introduction-problem-1/#comment-9</link>
		<dc:creator>RJ</dc:creator>
		<pubDate>Fri, 22 May 2009 18:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=14#comment-9</guid>
		<description>Using fold you can reduce the list to a single value like this:

lists:foldl( fun(X,Acc) -&gt; case (X rem 3 == 0) or (X rem 5 == 0) of true -&gt; Acc + X; false -&gt; Acc end end, 0, lists:seq(1,999)).</description>
		<content:encoded><![CDATA[<p>Using fold you can reduce the list to a single value like this:</p>
<p>lists:foldl( fun(X,Acc) -&gt; case (X rem 3 == 0) or (X rem 5 == 0) of true -&gt; Acc + X; false -&gt; Acc end end, 0, lists:seq(1,999)).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Turulcsirip - Ochronus</title>
		<link>http://blog.mostof.it/project-euler-and-erlang-introduction-problem-1/#comment-8</link>
		<dc:creator>Turulcsirip - Ochronus</dc:creator>
		<pubDate>Sat, 07 Feb 2009 15:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamnolegend.com/?p=14#comment-8</guid>
		<description>[...] http://blog.iamnolegend.com/?p=14 Project Euler and Erlang - introduction, problem #1  &#171; el?z? &#124; Ochronus &#8212; 2009. 02. 07. 15:53 [...] </description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.iamnolegend.com/?p=14" rel="nofollow">http://blog.iamnolegend.com/?p=14</a> Project Euler and Erlang &#8211; introduction, problem #1  &laquo; el?z? | Ochronus &mdash; 2009. 02. 07. 15:53 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

