<?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: An unusual Java construct</title>
	<atom:link href="http://www.monomorphic.org/wordpress/an-unusual-java-construct/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.monomorphic.org/wordpress/an-unusual-java-construct/</link>
	<description>Nystrom re-presents</description>
	<lastBuildDate>Thu, 12 Aug 2010 19:30:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: johan</title>
		<link>http://www.monomorphic.org/wordpress/an-unusual-java-construct/comment-page-1/#comment-81</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Wed, 29 Jul 2009 15:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.monomorphic.org/wordpress/?p=215#comment-81</guid>
		<description>Rich, this would indeed be a nice solution, but there are problems; 1) this code snippet looks for methods with identical signatures, but for equality, I may want a stricter condition than just that eventually, and 2) this snippet is called from a context where such an IMethod is not available, and creating it just to use it as an argument seems silly. But... it is not a bad suggestion.
However I&#039;m now rewriting a lot of this stuff in Scala, and I think it&#039;ll end up having a much more compact form when that&#039;s finished.</description>
		<content:encoded><![CDATA[<p>Rich, this would indeed be a nice solution, but there are problems; 1) this code snippet looks for methods with identical signatures, but for equality, I may want a stricter condition than just that eventually, and 2) this snippet is called from a context where such an IMethod is not available, and creating it just to use it as an argument seems silly. But&#8230; it is not a bad suggestion.<br />
However I&#8217;m now rewriting a lot of this stuff in Scala, and I think it&#8217;ll end up having a much more compact form when that&#8217;s finished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Hayden</title>
		<link>http://www.monomorphic.org/wordpress/an-unusual-java-construct/comment-page-1/#comment-80</link>
		<dc:creator>Richard Hayden</dc:creator>
		<pubDate>Wed, 29 Jul 2009 14:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.monomorphic.org/wordpress/?p=215#comment-80</guid>
		<description>Surely even cleaner would simply be to override equals in IMethod, and you could even pass an IMethod into the function.</description>
		<content:encoded><![CDATA[<p>Surely even cleaner would simply be to override equals in IMethod, and you could even pass an IMethod into the function.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
