<?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: Martin Fowler on Closures</title>
	<atom:link href="http://almaer.com/blog/martin-fowler-on-closures/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/martin-fowler-on-closures</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Strachan</title>
		<link>http://almaer.com/blog/martin-fowler-on-closures/comment-page-1#comment-8345</link>
		<dc:creator>James Strachan</dc:creator>
		<pubDate>Fri, 10 Sep 2004 19:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/martin-fowler-on-closures#comment-8345</guid>
		<description>Closures have made it into C# 2.0, though they call them delegates and they&#039;re more verbose than most of the alternative implementations (though they are typesafe).

Note that at the bytecode level, there&#039;s no such thing as checked exceptions, so it is possible to add to a java-like language pretty easily (Groovy, JRuby, Nice etc)

</description>
		<content:encoded><![CDATA[<p>Closures have made it into C# 2.0, though they call them delegates and they&#8217;re more verbose than most of the alternative implementations (though they are typesafe).</p>
<p>Note that at the bytecode level, there&#8217;s no such thing as checked exceptions, so it is possible to add to a java-like language pretty easily (Groovy, JRuby, Nice etc)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
