<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Limited pattern matching for Java</title>
	<atom:link href="http://surana.wordpress.com/2009/03/01/limited-pattern-matching-for-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://surana.wordpress.com/2009/03/01/limited-pattern-matching-for-java/</link>
	<description>"glossing over detail for the sake of time or clarity"</description>
	<lastBuildDate>Thu, 03 Dec 2009 14:45:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Russell</title>
		<link>http://surana.wordpress.com/2009/03/01/limited-pattern-matching-for-java/#comment-151</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Tue, 26 May 2009 16:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/2009/03/01/limited-pattern-matching-for-java/#comment-151</guid>
		<description>Interesting proposal - I certainly like it.  Too bad you probably can&#039;t have a more complete pattern matching/unification solution but I don&#039;t see how you could twist the syntax of Java to accommodate it.

Your remark that macros are probably a better solution seems really true (except for the whole parsing java statements question).  Are there any viable proposals floating out there for macros?  Something beyond the C string-based approach?

I have mixed feelings about the .NET approach of edging into the arena with Expression.  On the one hand, traversing the expression tree seems very cumbersome and awkward, even compared with scheme&#039;s hygienic macros.  On the other hand, that complexity does rather ensure that there won&#039;t be frivolous macros created!</description>
		<content:encoded><![CDATA[<p>Interesting proposal &#8211; I certainly like it.  Too bad you probably can&#8217;t have a more complete pattern matching/unification solution but I don&#8217;t see how you could twist the syntax of Java to accommodate it.</p>
<p>Your remark that macros are probably a better solution seems really true (except for the whole parsing java statements question).  Are there any viable proposals floating out there for macros?  Something beyond the C string-based approach?</p>
<p>I have mixed feelings about the .NET approach of edging into the arena with Expression.  On the one hand, traversing the expression tree seems very cumbersome and awkward, even compared with scheme&#8217;s hygienic macros.  On the other hand, that complexity does rather ensure that there won&#8217;t be frivolous macros created!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sun Yi</title>
		<link>http://surana.wordpress.com/2009/03/01/limited-pattern-matching-for-java/#comment-125</link>
		<dc:creator>Sun Yi</dc:creator>
		<pubDate>Sun, 01 Mar 2009 19:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/2009/03/01/limited-pattern-matching-for-java/#comment-125</guid>
		<description>Awesome stuff!

I know there have been lots of recommended changes for the JDK7, but very few of those will eventually make it. In fact, some of those features that are not likely to make it into JDK7 will be implemented in to the FAN Language. 

Luckily for us, Stephen Colebourne and co. will be giving a talk on FAN on the 10th of March. Click on my name to learn more.</description>
		<content:encoded><![CDATA[<p>Awesome stuff!</p>
<p>I know there have been lots of recommended changes for the JDK7, but very few of those will eventually make it. In fact, some of those features that are not likely to make it into JDK7 will be implemented in to the FAN Language. </p>
<p>Luckily for us, Stephen Colebourne and co. will be giving a talk on FAN on the 10th of March. Click on my name to learn more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
