<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Dan Manges's Blog - Latest Comments in Dan Manges - Fibonacci Code Golf</title><link>http://dcmanges.disqus.com/</link><description></description><atom:link href="https://dcmanges.disqus.com/dan_manges_fibonacci_code_golf/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 20 May 2008 23:35:53 -0000</lastBuildDate><item><title>Re: Dan Manges - Fibonacci Code Golf</title><link>http://www.dan-manges.com/blog/fibonacci-code-golf#comment-500893</link><description>&lt;p&gt;Ruby supports parallel assignment for the implementation inside the block. The return value is the value of the last statement evaluated in the method, so to return the value of y, you just need to put "y"&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Manges</dc:creator><pubDate>Tue, 20 May 2008 23:35:53 -0000</pubDate></item><item><title>Re: Dan Manges - Fibonacci Code Golf</title><link>http://www.dan-manges.com/blog/fibonacci-code-golf#comment-500106</link><description>&lt;p&gt;def fibonacci1(number)&lt;br&gt;x=y=1;(number-2).times{x,y=y,x+y};y&lt;br&gt;end&lt;/p&gt;&lt;p&gt;how on earth this is working?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">s</dc:creator><pubDate>Tue, 20 May 2008 20:10:10 -0000</pubDate></item><item><title>Re: Dan Manges - Fibonacci Code Golf</title><link>http://www.dan-manges.com/blog/fibonacci-code-golf#comment-486</link><description>&lt;p&gt;Yeah, this Disqus service is cool.  My blog is still just plain HTML (generated from a Rails app), but I can have comments.  The other service I found to do something similar is &lt;a href="http://js-kit.com/" rel="nofollow noopener" target="_blank" title="http://js-kit.com/"&gt;http://js-kit.com/&lt;/a&gt;, but Disqus looked better for what I want.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dan Manges</dc:creator><pubDate>Sun, 12 Aug 2007 14:00:34 -0000</pubDate></item><item><title>Re: Dan Manges - Fibonacci Code Golf</title><link>http://www.dan-manges.com/blog/fibonacci-code-golf#comment-483</link><description>&lt;p&gt;Unbelievable, you have comments now.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Josh</dc:creator><pubDate>Sun, 12 Aug 2007 12:08:54 -0000</pubDate></item></channel></rss>