<?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: Guy Steele on variables-captured-by-anon-must-be-final (closures)</title>
	<atom:link href="http://madbean.com/2003/mb2003-49/feed/" rel="self" type="application/rss+xml" />
	<link>http://madbean.com/2003/mb2003-49/</link>
	<description>Your zero step program</description>
	<pubDate>Sat, 22 Nov 2008 08:18:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Bluelive</title>
		<link>http://madbean.com/2003/mb2003-49/#comment-134</link>
		<dc:creator>Bluelive</dc:creator>
		<pubDate>Wed, 04 Aug 2004 00:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-49#comment-134</guid>
		<description>&lt;p&gt;You can easily fake it ofcourse by moving copies to an array or class that holds them for bothe the outer scope and the closure&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can easily fake it ofcourse by moving copies to an array or class that holds them for bothe the outer scope and the closure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Quail</title>
		<link>http://madbean.com/2003/mb2003-49/#comment-133</link>
		<dc:creator>Matt Quail</dc:creator>
		<pubDate>Sun, 27 Jun 2004 22:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-49#comment-133</guid>
		<description>&lt;p&gt;Eric,&lt;/p&gt;

&lt;p&gt;Such variables &lt;em&gt;can&lt;/em&gt; be captured, so long as they are allocated &#34;on the heap&#34; in some sort of &#34;holder&#34; class (like a kind of mutable Integer).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>Such variables <em>can</em> be captured, so long as they are allocated &quot;on the heap&quot; in some sort of &quot;holder&quot; class (like a kind of mutable Integer).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bodden</title>
		<link>http://madbean.com/2003/mb2003-49/#comment-132</link>
		<dc:creator>Eric Bodden</dc:creator>
		<pubDate>Sun, 27 Jun 2004 20:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-49#comment-132</guid>
		<description>&lt;p&gt;Sorry but what you are telling is simply not true:&lt;/p&gt;

&lt;p&gt;Such variables have to be final because the inner class must have a copy of the variable -- the object could easily outlive the function and thus the scope of its variables -- and it would be a semantic nightmare to allow changes to the multiply-extant variable.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry but what you are telling is simply not true:</p>
<p>Such variables have to be final because the inner class must have a copy of the variable &#8212; the object could easily outlive the function and thus the scope of its variables &#8212; and it would be a semantic nightmare to allow changes to the multiply-extant variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zohar</title>
		<link>http://madbean.com/2003/mb2003-49/#comment-131</link>
		<dc:creator>Zohar</dc:creator>
		<pubDate>Thu, 28 Aug 2003 23:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-49#comment-131</guid>
		<description>&lt;p&gt;The .net guys are blogging about it as it happens... See Chris Brumms blog.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The .net guys are blogging about it as it happens&#8230; See Chris Brumms blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
