<?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"
	>
<channel>
	<title>Comments on: Ruby 1.8 (today) vs C# 3.0 (some future date)</title>
	<atom:link href="http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<pubDate>Thu, 20 Nov 2008 15:42:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Iterators, LINQ deferred execution and prime numbers computation - Patrick Smacchia [MVP C#]</title>
		<link>http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-11173</link>
		<dc:creator>Iterators, LINQ deferred execution and prime numbers computation - Patrick Smacchia [MVP C#]</dc:creator>
		<pubDate>Fri, 22 Feb 2008 17:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-11173</guid>
		<description>[...] about what a multi-language platform bring to the mainstream development. Some could say that Ruby was the initial starter but nobody can deny that LINQ is really really [...]</description>
		<content:encoded><![CDATA[<p>[...] about what a multi-language platform bring to the mainstream development. Some could say that Ruby was the initial starter but nobody can deny that LINQ is really really [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C# Online.NET Editor</title>
		<link>http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-10855</link>
		<dc:creator>C# Online.NET Editor</dc:creator>
		<pubDate>Wed, 18 Jul 2007 10:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-10855</guid>
		<description>I wish you would write an article for us on this topic. Keep up the good work.

C# Online.NET Editor
http://en.csharp-online.net/</description>
		<content:encoded><![CDATA[<p>I wish you would write an article for us on this topic. Keep up the good work.</p>
<p>C# Online.NET Editor<br />
<a href="http://en.csharp-online.net/" rel="nofollow">http://en.csharp-online.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lui</title>
		<link>http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-10822</link>
		<dc:creator>lui</dc:creator>
		<pubDate>Sun, 10 Jun 2007 09:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-10822</guid>
		<description>what about the more compact ?
(from s in names
                               where s.Length == 5
                               orderby s
                               select s.ToUpper()).Wl();

where Wl is an extension method that prints all the IEnumerable to the console ( i think this is the first extension method that every programmer has been writing after the first c# beta ).
I like ruby, in c# i took many ideas from it. Now  in c# i write n.times 4 a for and list.Each( lamdda ) to apply a method to a collection.</description>
		<content:encoded><![CDATA[<p>what about the more compact ?<br />
(from s in names<br />
                               where s.Length == 5<br />
                               orderby s<br />
                               select s.ToUpper()).Wl();</p>
<p>where Wl is an extension method that prints all the IEnumerable to the console ( i think this is the first extension method that every programmer has been writing after the first c# beta ).<br />
I like ruby, in c# i took many ideas from it. Now  in c# i write n.times 4 a for and list.Each( lamdda ) to apply a method to a collection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hanselman's Computer Zen - Programmer Intent or What you're not getting about Ruby and why it's the tits</title>
		<link>http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-10748</link>
		<dc:creator>Scott Hanselman's Computer Zen - Programmer Intent or What you're not getting about Ruby and why it's the tits</dc:creator>
		<pubDate>Wed, 23 May 2007 06:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-10748</guid>
		<description>[...] jury is still out on all these technologies. Hedge your bets and learn as much as you can. There's more than&#160;one way to express yourself.&#160;Give it a [...]</description>
		<content:encoded><![CDATA[<p>[...] jury is still out on all these technologies. Hedge your bets and learn as much as you can. There&#8217;s more than&nbsp;one way to express yourself.&nbsp;Give it a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Carpenter</title>
		<link>http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-120</link>
		<dc:creator>Jacob Carpenter</dc:creator>
		<pubDate>Sat, 08 Jul 2006 00:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/03/25/ruby-18-today-vs-c-30-some-future-date/#comment-120</guid>
		<description>I threw together a table comparing Ruby's current Enumerable Mixin to equivalent C# 2.0 and 3.0 methods at http://jacobcarpenters.blogspot.com/2006/06/rubys-enumerable-mixin-again.html.</description>
		<content:encoded><![CDATA[<p>I threw together a table comparing Ruby&#8217;s current Enumerable Mixin to equivalent C# 2.0 and 3.0 methods at <a href="http://jacobcarpenters.blogspot.com/2006/06/rubys-enumerable-mixin-again.html" rel="nofollow">http://jacobcarpenters.blogspot.com/2006/06/rubys-enumerable-mixin-again.html</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
