<?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: SKI combinator calculus in Java</title>
	<atom:link href="http://blog.tmorris.net/ski-combinator-calculus-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tmorris.net/ski-combinator-calculus-in-java/</link>
	<description>The weblog of Tony Morris</description>
	<pubDate>Thu, 09 Sep 2010 02:00:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tony Morris</title>
		<link>http://blog.tmorris.net/ski-combinator-calculus-in-java/#comment-37104</link>
		<dc:creator>Tony Morris</dc:creator>
		<pubDate>Tue, 09 Feb 2010 00:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=651#comment-37104</guid>
		<description>Hi Runar,
They need to be methods because they are polymorphic. You cannot use type variables with values; they must be methods.</description>
		<content:encoded><![CDATA[<p>Hi Runar,<br />
They need to be methods because they are polymorphic. You cannot use type variables with values; they must be methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Runar</title>
		<link>http://blog.tmorris.net/ski-combinator-calculus-in-java/#comment-37100</link>
		<dc:creator>Runar</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=651#comment-37100</guid>
		<description>A couple of questions though. Why not just use static final values instead of static methods? And why not define I as simply:

public static final i = new Lam&lt;A&gt;() {public A apply(final A a){return a;}};</description>
		<content:encoded><![CDATA[<p>A couple of questions though. Why not just use static final values instead of static methods? And why not define I as simply:</p>
<p>public static final i = new Lam<a>() {public A apply(final A a){return a;}};</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Runar</title>
		<link>http://blog.tmorris.net/ski-combinator-calculus-in-java/#comment-37099</link>
		<dc:creator>Runar</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tmorris.net/?p=651#comment-37099</guid>
		<description>Sick!</description>
		<content:encoded><![CDATA[<p>Sick!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
