<?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: IDE Feature: Show me a pared down view of staticly typed code</title>
	<atom:link href="http://almaer.com/blog/ide-feature-show-me-a-pared-down-view-of-staticly-typed-code/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/ide-feature-show-me-a-pared-down-view-of-staticly-typed-code</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: Randomness</title>
		<link>http://almaer.com/blog/ide-feature-show-me-a-pared-down-view-of-staticly-typed-code/comment-page-1#comment-5724</link>
		<dc:creator>Randomness</dc:creator>
		<pubDate>Fri, 13 Aug 2004 09:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ide-feature-show-me-a-pared-down-view-of-staticly-typed-code#comment-5724</guid>
		<description>&lt;strong&gt;Stuck In A Mindset&lt;/strong&gt;

This is a great example of getting stuck in a mindset. A piece of very poorly written Java code is presented followed by a much shorter piece of Groovy code and Groovy is declared the winner. The original Groovy: list...
</description>
		<content:encoded><![CDATA[<p><strong>Stuck In A Mindset</strong></p>
<p>This is a great example of getting stuck in a mindset. A piece of very poorly written Java code is presented followed by a much shorter piece of Groovy code and Groovy is declared the winner. The original Groovy: list&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Yu</title>
		<link>http://almaer.com/blog/ide-feature-show-me-a-pared-down-view-of-staticly-typed-code/comment-page-1#comment-5723</link>
		<dc:creator>J Yu</dc:creator>
		<pubDate>Fri, 06 Aug 2004 23:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ide-feature-show-me-a-pared-down-view-of-staticly-typed-code#comment-5723</guid>
		<description>just to point out that, in 1.5, the first line can be done as

List list = Arrays.asList(&quot;Rod&quot;, &quot;James&quot;, &quot;Chris&quot;);
</description>
		<content:encoded><![CDATA[<p>just to point out that, in 1.5, the first line can be done as</p>
<p>List list = Arrays.asList(&#8221;Rod&#8221;, &#8220;James&#8221;, &#8220;Chris&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
