<?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: ActionScript Modifiers Summary page and ActionScript 4.0 wishlist</title>
	<atom:link href="http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/feed/" rel="self" type="application/rss+xml" />
	<link>http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/</link>
	<description>Developing Flash Applications</description>
	<pubDate>Thu, 09 Sep 2010 03:02:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: elad.ny</title>
		<link>http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/comment-page-1/#comment-16630</link>
		<dc:creator>elad.ny</dc:creator>
		<pubDate>Sat, 07 Mar 2009 13:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/#comment-16630</guid>
		<description>Good point Chris, method overloading would be a great addition to AS.  Regarding ECMAScript, according to Wikipedia AS3/Flex is based on ECMA-262, edition 3 (see: http://en.wikipedia.org/wiki/ECMAScript).</description>
		<content:encoded><![CDATA[<p>Good point Chris, method overloading would be a great addition to AS.  Regarding ECMAScript, according to Wikipedia AS3/Flex is based on ECMA-262, edition 3 (see: <a href="http://en.wikipedia.org/wiki/ECMAScript" onclick="javascript:pageTracker._trackPageview('/http://en.wikipedia.org/wiki/ECMAScript');" rel="nofollow">http://en.wikipedia.org/wiki/ECMAScript</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Luebcke</title>
		<link>http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/comment-page-1/#comment-16624</link>
		<dc:creator>Chris Luebcke</dc:creator>
		<pubDate>Fri, 06 Mar 2009 08:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/#comment-16624</guid>
		<description>Thanks for the good summary. I wish I could add method overloading to the wish list, but that was torpedoed by the adoption of the ...rest argument. You can't disambiguate

function a() : void;
function b(x : int) : void;
function c(x : int, y : int) : void;

If you might also have

function d(...rest) : void;

Oh well, Sometimes sending a configured Object is more useful, anyway.

elad.ny: ActionScript 3 is not ECMAScript compatible, either, so we're not losing much there. Plus it sounds like the working group pretty much self-destructed, for which Adobe can be held only partly to blame. This is why these organizations tend to go a full decade before major releases.</description>
		<content:encoded><![CDATA[<p>Thanks for the good summary. I wish I could add method overloading to the wish list, but that was torpedoed by the adoption of the &#8230;rest argument. You can&#8217;t disambiguate</p>
<p>function a() : void;<br />
function b(x : int) : void;<br />
function c(x : int, y : int) : void;</p>
<p>If you might also have</p>
<p>function d(&#8230;rest) : void;</p>
<p>Oh well, Sometimes sending a configured Object is more useful, anyway.</p>
<p>elad.ny: ActionScript 3 is not ECMAScript compatible, either, so we&#8217;re not losing much there. Plus it sounds like the working group pretty much self-destructed, for which Adobe can be held only partly to blame. This is why these organizations tend to go a full decade before major releases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elad.ny</title>
		<link>http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/comment-page-1/#comment-16552</link>
		<dc:creator>elad.ny</dc:creator>
		<pubDate>Tue, 17 Feb 2009 02:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/#comment-16552</guid>
		<description>Actionscript 4 will not be ECMAScript compatible, and will allow Adobe to get "out of the box" and take the language to the next level.  I believe, we will see improvements in modifiers.</description>
		<content:encoded><![CDATA[<p>Actionscript 4 will not be ECMAScript compatible, and will allow Adobe to get &#8220;out of the box&#8221; and take the language to the next level.  I believe, we will see improvements in modifiers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xegnma</title>
		<link>http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/comment-page-1/#comment-16541</link>
		<dc:creator>Xegnma</dc:creator>
		<pubDate>Sun, 15 Feb 2009 19:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://elromdesign.com/blog/2008/06/12/actionscript-modifiers-summary-page-and-actionscript-40-wishlist/#comment-16541</guid>
		<description>I second your vote for Private Class Constructors.</description>
		<content:encoded><![CDATA[<p>I second your vote for Private Class Constructors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
