<?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: A Taste of Nested Classes, intermission</title>
	<atom:link href="http://blog.3plus4.org/2009/02/22/a-taste-of-nested-classes-intermission/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.3plus4.org/2009/02/22/a-taste-of-nested-classes-intermission/</link>
	<description>The neighbourhood of 7</description>
	<lastBuildDate>Wed, 12 May 2010 16:29:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jörg W Mittag</title>
		<link>http://blog.3plus4.org/2009/02/22/a-taste-of-nested-classes-intermission/comment-page-1/#comment-1564</link>
		<dc:creator>Jörg W Mittag</dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.3plus4.org/?p=131#comment-1564</guid>
		<description>Ola Bini&#039;s new language Ioke (http://Ioke.Org/) implements literals similarly to the way you describe. Basically, literals are just syntactic sugar for message sends.

For example, a literal list:

    [1, 2, 3]

is actually syntactic sugar for

    [](1, 2, 3)

(i.e. the message &#039;[]&#039; with three arguments)</description>
		<content:encoded><![CDATA[<p>Ola Bini&#8217;s new language Ioke (<a href="http://Ioke.Org/" rel="nofollow">http://Ioke.Org/</a>) implements literals similarly to the way you describe. Basically, literals are just syntactic sugar for message sends.</p>
<p>For example, a literal list:</p>
<p>    [1, 2, 3]</p>
<p>is actually syntactic sugar for</p>
<p>    [](1, 2, 3)</p>
<p>(i.e. the message &#8216;[]&#8216; with three arguments)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
