<?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: Euler #2</title>
	<atom:link href="http://justrakudoit.wordpress.com/2010/06/24/euler-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://justrakudoit.wordpress.com/2010/06/24/euler-2/</link>
	<description>I Never Metaop I Didn&#039;t Like</description>
	<lastBuildDate>Thu, 07 Mar 2013 12:58:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Bryce</title>
		<link>http://justrakudoit.wordpress.com/2010/06/24/euler-2/#comment-2362</link>
		<dc:creator><![CDATA[Bryce]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 20:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=96#comment-2362</guid>
		<description><![CDATA[Hey, Thanks for linkiing to my site on this.

Also, I really liked your solution to the problem in perl6. One of the best things about doing this blog series is getting to see everyone else&#039;s solutions to these problems as well as their preferred languages. Its truly amazing what one can learn looking and studying other people&#039;s code.]]></description>
		<content:encoded><![CDATA[<p>Hey, Thanks for linkiing to my site on this.</p>
<p>Also, I really liked your solution to the problem in perl6. One of the best things about doing this blog series is getting to see everyone else&#8217;s solutions to these problems as well as their preferred languages. Its truly amazing what one can learn looking and studying other people&#8217;s code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pm</title>
		<link>http://justrakudoit.wordpress.com/2010/06/24/euler-2/#comment-2133</link>
		<dc:creator><![CDATA[Pm]]></dc:creator>
		<pubDate>Mon, 28 Jun 2010 17:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=96#comment-2133</guid>
		<description><![CDATA[BTW, note that on the day after YAPC::NA the !% operator was changed to %%.  :-)

Pm]]></description>
		<content:encoded><![CDATA[<p>BTW, note that on the day after YAPC::NA the !% operator was changed to %%.  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Pm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Sherman</title>
		<link>http://justrakudoit.wordpress.com/2010/06/24/euler-2/#comment-1749</link>
		<dc:creator><![CDATA[Aaron Sherman]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 20:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=96#comment-1749</guid>
		<description><![CDATA[Minor nit: the puzzle as you quoted it asks for a solution using a variation sequence which begins with 1,2, not 1,1. Of course, since 1,2,*+*...$n and 1,1,*+*...$n only differ in their first term, and the puzzle only cares about even elements, you get the same answer in both cases.

Eddward: the series op is pretty straight forward. I find this particular example more easily understood as 1,1,{$^a + $^b} ... * though I will admit that it&#039;s a lot longer. Whatever-currying is just a bit too magical for me just yet, but I&#039;m sure I&#039;ll get used to it.]]></description>
		<content:encoded><![CDATA[<p>Minor nit: the puzzle as you quoted it asks for a solution using a variation sequence which begins with 1,2, not 1,1. Of course, since 1,2,*+*&#8230;$n and 1,1,*+*&#8230;$n only differ in their first term, and the puzzle only cares about even elements, you get the same answer in both cases.</p>
<p>Eddward: the series op is pretty straight forward. I find this particular example more easily understood as 1,1,{$^a + $^b} &#8230; * though I will admit that it&#8217;s a lot longer. Whatever-currying is just a bit too magical for me just yet, but I&#8217;m sure I&#8217;ll get used to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddward</title>
		<link>http://justrakudoit.wordpress.com/2010/06/24/euler-2/#comment-1748</link>
		<dc:creator><![CDATA[Eddward]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 19:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=96#comment-1748</guid>
		<description><![CDATA[OK.   get it.  there was one more feature at work than I thought.  The whatever closure looked like a meta op on +.  It will take me a while to get my head around the series operator.

Edd]]></description>
		<content:encoded><![CDATA[<p>OK.   get it.  there was one more feature at work than I thought.  The whatever closure looked like a meta op on +.  It will take me a while to get my head around the series operator.</p>
<p>Edd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colomon</title>
		<link>http://justrakudoit.wordpress.com/2010/06/24/euler-2/#comment-1746</link>
		<dc:creator><![CDATA[colomon]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 17:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=96#comment-1746</guid>
		<description><![CDATA[It is much more generally useful -- and the pieces of it even more so -- but I just asked Larry, and he says that Fibonacci was one of the first usages he thought of.  :)

The series operator (&lt;a href=&quot;http://perlcabal.org/syn/S03.html#List_infix_precedence&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and down a bit) is very useful in general.  And the WhateverClosure trick that turns &lt;code&gt;* + *&lt;/code&gt; into a anonymous sub is very handy.  The combination can be very handy.]]></description>
		<content:encoded><![CDATA[<p>It is much more generally useful &#8212; and the pieces of it even more so &#8212; but I just asked Larry, and he says that Fibonacci was one of the first usages he thought of.  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The series operator (<a href="http://perlcabal.org/syn/S03.html#List_infix_precedence" rel="nofollow">here</a> and down a bit) is very useful in general.  And the WhateverClosure trick that turns <code>* + *</code> into a anonymous sub is very handy.  The combination can be very handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddward</title>
		<link>http://justrakudoit.wordpress.com/2010/06/24/euler-2/#comment-1745</link>
		<dc:creator><![CDATA[Eddward]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 16:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=96#comment-1745</guid>
		<description><![CDATA[I&#039;ve been waiting for perl6 for a while and I&#039;ve been playing with rakudo a bit lately.  The (1,1, *+* .. *) thing is new to me.  Was that invented specifically for fibonacci or does it have some other more practical use that&#039;s eluding me?

Edd]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been waiting for perl6 for a while and I&#8217;ve been playing with rakudo a bit lately.  The (1,1, *+* .. *) thing is new to me.  Was that invented specifically for fibonacci or does it have some other more practical use that&#8217;s eluding me?</p>
<p>Edd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zloyrusskiy</title>
		<link>http://justrakudoit.wordpress.com/2010/06/24/euler-2/#comment-1743</link>
		<dc:creator><![CDATA[zloyrusskiy]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 12:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://justrakudoit.wordpress.com/?p=96#comment-1743</guid>
		<description><![CDATA[It&#039;s wonderful! I really liked your solution!]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s wonderful! I really liked your solution!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
