<?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: Ruby Features You&#8217;ll Wish You Had In Other Languages</title>
	<atom:link href="http://www.zorched.net/2006/02/19/ruby-features-youll-wish-you-had-in-other-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2006/02/19/ruby-features-youll-wish-you-had-in-other-languages/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<pubDate>Tue, 06 Jan 2009 09:07:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jo</title>
		<link>http://www.zorched.net/2006/02/19/ruby-features-youll-wish-you-had-in-other-languages/comment-page-1/#comment-348</link>
		<dc:creator>jo</dc:creator>
		<pubDate>Tue, 19 Sep 2006 16:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/02/19/ruby-features-youll-wish-you-had-in-other-languages/#comment-348</guid>
		<description>Nice Ruby intro snippets! Similar interesting things btw can be found on 
http://bigbold.com/snippets/</description>
		<content:encoded><![CDATA[<p>Nice Ruby intro snippets! Similar interesting things btw can be found on<br />
<a href="http://bigbold.com/snippets/" rel="nofollow">http://bigbold.com/snippets/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zorched.Net &#187; Blog Archive &#187; Ruby 1.8 (today) vs C# 3.0 (some future date)</title>
		<link>http://www.zorched.net/2006/02/19/ruby-features-youll-wish-you-had-in-other-languages/comment-page-1/#comment-88</link>
		<dc:creator>Zorched.Net &#187; Blog Archive &#187; Ruby 1.8 (today) vs C# 3.0 (some future date)</dc:creator>
		<pubDate>Sat, 25 Mar 2006 21:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/02/19/ruby-features-youll-wish-you-had-in-other-languages/#comment-88</guid>
		<description>[...] The LINQ implementation ends up relying on the introduction of Lambda functions in the core .NET 3.0 language. Lambda functions are a powerful way of encapsulating a (potentially reusable) block of code. The block of code can then be stored in a variable, passed to other methods, etc. As I discussed in a previous post Ruby Features You’ll Wish You Had In Other Languages these blocks can be used to implement simple patterns like Observer and Strategy. They also come in real handy for doing things like sorting and filtering lists as you&#8217;ll see in the example below. [...]</description>
		<content:encoded><![CDATA[<p>[...] The LINQ implementation ends up relying on the introduction of Lambda functions in the core .NET 3.0 language. Lambda functions are a powerful way of encapsulating a (potentially reusable) block of code. The block of code can then be stored in a variable, passed to other methods, etc. As I discussed in a previous post Ruby Features You’ll Wish You Had In Other Languages these blocks can be used to implement simple patterns like Observer and Strategy. They also come in real handy for doing things like sorting and filtering lists as you&#8217;ll see in the example below. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
