<?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: Groovy is clearly not a statically typed language.</title>
	<atom:link href="http://pinderkent.blogsavy.com/archives/145/feed" rel="self" type="application/rss+xml" />
	<link>http://pinderkent.blogsavy.com/archives/145</link>
	<description>Just another Blogsavy.com weblog</description>
	<pubDate>Thu, 28 Aug 2008 03:00:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Ricky Clarkson</title>
		<link>http://pinderkent.blogsavy.com/archives/145#comment-320</link>
		<dc:creator>Ricky Clarkson</dc:creator>
		<pubDate>Sun, 24 Feb 2008 07:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://pinderkent.blogsavy.com/archives/158#comment-320</guid>
		<description>paulk,

You cannot defer static checking (to runtime).., that's not static anymore.  In Java, it's trivial to get a NullPointerException too, that doesn't make Java dynamically typed, just broken.</description>
		<content:encoded><![CDATA[<p>paulk,</p>
<p>You cannot defer static checking (to runtime).., that&#8217;s not static anymore.  In Java, it&#8217;s trivial to get a NullPointerException too, that doesn&#8217;t make Java dynamically typed, just broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulk</title>
		<link>http://pinderkent.blogsavy.com/archives/145#comment-319</link>
		<dc:creator>paulk</dc:creator>
		<pubDate>Tue, 19 Feb 2008 03:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://pinderkent.blogsavy.com/archives/158#comment-319</guid>
		<description>Well, actually it is none if the above. It is more a case of there are places (probably accurate to say many places) where the Groovy Compiler defers static checking because Groovy is a dynamic language. There are other places where it chooses to apply static checking. So a language doesn't have to be purely static or purely dynamic. Just the same as in pre-version 5 Java it is trivial to get a class cast exception. That doesn't mean the Java isn't primarily a static language.</description>
		<content:encoded><![CDATA[<p>Well, actually it is none if the above. It is more a case of there are places (probably accurate to say many places) where the Groovy Compiler defers static checking because Groovy is a dynamic language. There are other places where it chooses to apply static checking. So a language doesn&#8217;t have to be purely static or purely dynamic. Just the same as in pre-version 5 Java it is trivial to get a class cast exception. That doesn&#8217;t mean the Java isn&#8217;t primarily a static language.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
