<?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: Fun with C# Extension Methods: Easy Ranges</title>
	<atom:link href="http://www.richardbushnell.net/2007/12/31/fun-with-c-sharp-extension-methods-easy-ranges/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardbushnell.net/2007/12/31/fun-with-c-sharp-extension-methods-easy-ranges/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Sep 2011 17:23:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Richard Bushnell</title>
		<link>http://www.richardbushnell.net/2007/12/31/fun-with-c-sharp-extension-methods-easy-ranges/comment-page-1/#comment-24</link>
		<dc:creator>Richard Bushnell</dc:creator>
		<pubDate>Wed, 27 Aug 2008 10:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2007/12/31/fun-with-c-sharp-extension-methods-easy-ranges/#comment-24</guid>
		<description>Hi Alejandro,

Yeah sure, C# is never going to be as dynamic as Ruby. Even in version 4 or 5.

But

  var range = 1.To(3);

isn&#039;t so far away from

  range = [1..3]

I think it&#039;s about code readability too, not just how quickly I can type something.

(I&#039;m a Ruby programmer too, by the way.)</description>
		<content:encoded><![CDATA[<p>Hi Alejandro,</p>
<p>Yeah sure, C# is never going to be as dynamic as Ruby. Even in version 4 or 5.</p>
<p>But</p>
<p>  var range = 1.To(3);</p>
<p>isn&#8217;t so far away from</p>
<p>  range = [1..3]</p>
<p>I think it&#8217;s about code readability too, not just how quickly I can type something.</p>
<p>(I&#8217;m a Ruby programmer too, by the way.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alejandro varela</title>
		<link>http://www.richardbushnell.net/2007/12/31/fun-with-c-sharp-extension-methods-easy-ranges/comment-page-1/#comment-23</link>
		<dc:creator>alejandro varela</dc:creator>
		<pubDate>Wed, 20 Aug 2008 13:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2007/12/31/fun-with-c-sharp-extension-methods-easy-ranges/#comment-23</guid>
		<description>ruby [1..3]
c#    IEnumerable range = 1.To(3);

maybe in c# 4 or 5...</description>
		<content:encoded><![CDATA[<p>ruby [1..3]<br />
c#    IEnumerable range = 1.To(3);</p>
<p>maybe in c# 4 or 5&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

