<?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: Why Java is Not My Favorite Language — Reason #39</title>
	<atom:link href="http://barelyenough.org/blog/2005/06/why-java-is-not-my-favorite-language-%e2%80%94-reason-39/feed/" rel="self" type="application/rss+xml" />
	<link>http://barelyenough.org/blog/2005/06/why-java-is-not-my-favorite-language-%e2%80%94-reason-39/</link>
	<description>… and there is much to be learned</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:46:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kevin</title>
		<link>http://barelyenough.org/blog/2005/06/why-java-is-not-my-favorite-language-%e2%80%94-reason-39/comment-page-1/#comment-62952</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 24 Oct 2008 00:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2005/06/why-java-is-not-my-favorite-language-%e2%80%94-reason-39/#comment-62952</guid>
		<description>&lt;p&gt;Java may be early-bound, but there is a reflection system for situations just like this.&lt;/p&gt;

&lt;p&gt;Just make log(Object obj) do an instanceOf check for throwables and get rid of the log(Throwable e) version.&lt;/p&gt;

&lt;p&gt;You get the performance of an early-bound language and all the optimizations that the compiler can perform on a strongly-typed language AND you get the ability to do late-bound operations through the reflection system, though I admit that using reflection results in verbose code ( shouldn&#039;t matter since it is rarely used )&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Java may be early-bound, but there is a reflection system for situations just like this.</p>
<p>Just make log(Object obj) do an instanceOf check for throwables and get rid of the log(Throwable e) version.</p>
<p>You get the performance of an early-bound language and all the optimizations that the compiler can perform on a strongly-typed language AND you get the ability to do late-bound operations through the reflection system, though I admit that using reflection results in verbose code ( shouldn&#8217;t matter since it is rarely used )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

