<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: ActionScript: Beaten like a ginger stepchild</title>
	<atom:link href="http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/</link>
	<description>turn-based glory and pixel pleasure</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: The Gobbler</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-948</link>
		<dc:creator>The Gobbler</dc:creator>
		<pubDate>Tue, 10 Nov 2009 06:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-948</guid>
		<description>I love ActionScript and beating redheads</description>
		<content:encoded><![CDATA[<p>I love ActionScript and beating redheads</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-947</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 01 Oct 2009 06:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-947</guid>
		<description>I think the designers, or deselopers, who decry the OOP focus of actionscript are just fearing or denying the coming complexity of web applications.  With increased bandwidth and computer speed, web apps will be running near desktop levels of sophistication.  You cannot just cobble together large projects with scripting and procedural approaches.  The complexity is too much to manage and the ability for the software to evolve is stymied.  There is probably going to have to be more of a separation of tasks for web 3.0 apps.  The designers are still vitally important for interfaces and usability, but face it, the times they are constantly a changin.  And if you can&#039;t develop, then get out of the way. (and focus on design)</description>
		<content:encoded><![CDATA[<p>I think the designers, or deselopers, who decry the OOP focus of actionscript are just fearing or denying the coming complexity of web applications.  With increased bandwidth and computer speed, web apps will be running near desktop levels of sophistication.  You cannot just cobble together large projects with scripting and procedural approaches.  The complexity is too much to manage and the ability for the software to evolve is stymied.  There is probably going to have to be more of a separation of tasks for web 3.0 apps.  The designers are still vitally important for interfaces and usability, but face it, the times they are constantly a changin.  And if you can&#8217;t develop, then get out of the way. (and focus on design)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-946</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-946</guid>
		<description>but... half of you list is not even about the language per se, but about adding new capabilities to  AIR or Flash Player itself.

:/</description>
		<content:encoded><![CDATA[<p>but&#8230; half of you list is not even about the language per se, but about adding new capabilities to  AIR or Flash Player itself.</p>
<p>:/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leef</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-945</link>
		<dc:creator>leef</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-945</guid>
		<description>I love that as3 is OOP.  Though it would be nice if there were more util classes, and tools to spur more rapid development.</description>
		<content:encoded><![CDATA[<p>I love that as3 is OOP.  Though it would be nice if there were more util classes, and tools to spur more rapid development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xero / the.fontvir.us</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-944</link>
		<dc:creator>xero / the.fontvir.us</dc:creator>
		<pubDate>Mon, 10 Aug 2009 15:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-944</guid>
		<description>enums, right? that just dousnt seem like it would be that tough. i agree w/ your &quot;laundy wish list&quot; esp private constructors and  true abstract (classes/methods).</description>
		<content:encoded><![CDATA[<p>enums, right? that just dousnt seem like it would be that tough. i agree w/ your &#8220;laundy wish list&#8221; esp private constructors and  true abstract (classes/methods).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zimmen</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-943</link>
		<dc:creator>Zimmen</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-943</guid>
		<description>I agree with Sasha mostly

OOP is not something you should do halfhearted. Either go for it in full or don&#039;t go for it ... perhaps there could be a more dynamic loosely typed AS2-ish AVM alongside the Strict OOP one but please do not complain about the compiler then .... dynamic and loosely types means crappy compiler jobs too.

My favor is full OOP a-la Objective-C on top of a language like C and all this in AS :)</description>
		<content:encoded><![CDATA[<p>I agree with Sasha mostly</p>
<p>OOP is not something you should do halfhearted. Either go for it in full or don&#8217;t go for it &#8230; perhaps there could be a more dynamic loosely typed AS2-ish AVM alongside the Strict OOP one but please do not complain about the compiler then &#8230;. dynamic and loosely types means crappy compiler jobs too.</p>
<p>My favor is full OOP a-la Objective-C on top of a language like C and all this in AS <img src='http://blog.hexagonstar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavel</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-942</link>
		<dc:creator>pavel</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-942</guid>
		<description>I think that aswering questions about language are useless unless you not answer question about platform direction. If adobe main goal would be put flash into mobile devices, why we need all that OOP sweetness? On other hand if Flash moves more to enterprise(or serious gaming), having all those features is a MUST, no question about that (can&#039;t count times when I pulled my hair off my head and shouting &quot;why?!&quot; while doing larger scale project and I could not use all those features easily found in Java or C#). I really would like to see second option happen. But why to fight between simlicity and complexity? Why actionscript cannot support both?..wanna make some simple application? Do it dynamically. Having large multi developer project?..do it with generics, safe type etc. Well, in any case, Adobe should act very quickly otherwise competitors(Silverlight, Unity3D, Google, Apple...) will grap most of flash developer community and flash will became banner advertiser again(horrible imagination).</description>
		<content:encoded><![CDATA[<p>I think that aswering questions about language are useless unless you not answer question about platform direction. If adobe main goal would be put flash into mobile devices, why we need all that OOP sweetness? On other hand if Flash moves more to enterprise(or serious gaming), having all those features is a MUST, no question about that (can&#8217;t count times when I pulled my hair off my head and shouting &#8220;why?!&#8221; while doing larger scale project and I could not use all those features easily found in Java or C#). I really would like to see second option happen. But why to fight between simlicity and complexity? Why actionscript cannot support both?..wanna make some simple application? Do it dynamically. Having large multi developer project?..do it with generics, safe type etc. Well, in any case, Adobe should act very quickly otherwise competitors(Silverlight, Unity3D, Google, Apple&#8230;) will grap most of flash developer community and flash will became banner advertiser again(horrible imagination).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: red head</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-941</link>
		<dc:creator>red head</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-941</guid>
		<description>hey don&#039;t worry bout it buddy, it&#039;s fine, i had my rant/made my point, it&#039;s cool :o)</description>
		<content:encoded><![CDATA[<p>hey don&#8217;t worry bout it buddy, it&#8217;s fine, i had my rant/made my point, it&#8217;s cool <img src='http://blog.hexagonstar.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-940</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-940</guid>
		<description>@read head heh, sorry, English isn&#039;t my mother language. Didn&#039;t knew that this idiom sounds offensive! I was first about to name the title &quot;Beaten like a dead horse&quot; but then recognized that it doesn&#039;t quite fit the situation and found the ginger idiom. I&#039;m not too familiar with English idioms. Do you have a better suggestion?</description>
		<content:encoded><![CDATA[<p>@read head heh, sorry, English isn&#8217;t my mother language. Didn&#8217;t knew that this idiom sounds offensive! I was first about to name the title &#8220;Beaten like a dead horse&#8221; but then recognized that it doesn&#8217;t quite fit the situation and found the ginger idiom. I&#8217;m not too familiar with English idioms. Do you have a better suggestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: red head</title>
		<link>http://blog.hexagonstar.com/actionscript-beaten-like-a-ginger-stepchild/#comment-939</link>
		<dc:creator>red head</dc:creator>
		<pubDate>Mon, 10 Aug 2009 11:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=893#comment-939</guid>
		<description>@nick .. fair play, thank you, i never mean to get too uptight about it but it does happen, people can be really cruel to you and make massive assumptions on something you have no control over (hair colour) ..

i see the humour of course, a helpless ginger kid being beaten by an angry step parent and somehow he deserves it even more and it&#039;s ok because he&#039;s ginger and therefore of less value than other people .. i have a sense of humour you know but i just didn&#039;t expect to see it in the context of actionscript!!!!!!!!!!

.. sorry everybody, back on topic ... i think actionscript is a little messy right now but i think it&#039;s still going in the right direction</description>
		<content:encoded><![CDATA[<p>@nick .. fair play, thank you, i never mean to get too uptight about it but it does happen, people can be really cruel to you and make massive assumptions on something you have no control over (hair colour) ..</p>
<p>i see the humour of course, a helpless ginger kid being beaten by an angry step parent and somehow he deserves it even more and it&#8217;s ok because he&#8217;s ginger and therefore of less value than other people .. i have a sense of humour you know but i just didn&#8217;t expect to see it in the context of actionscript!!!!!!!!!!</p>
<p>.. sorry everybody, back on topic &#8230; i think actionscript is a little messy right now but i think it&#8217;s still going in the right direction</p>
]]></content:encoded>
	</item>
</channel>
</rss>

