<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Initial thoughts on AS2Lib</title>
	<atom:link href="http://aralbalkan.com/58/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/58</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Sun, 12 Feb 2012 17:52:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pondus</title>
		<link>http://aralbalkan.com/58/comment-page-1#comment-100262</link>
		<dc:creator>Pondus</dc:creator>
		<pubDate>Thu, 10 Jan 2008 00:40:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-100262</guid>
		<description>I have worked extensively with both AS3 and AS2 and every framework I could get my hands on. as2lib is the best tool I&#039;ve seen so far... by far.  But my judgement is perhaps clouded by the fact that my main has been C++, Java, Ruby etc, not Flash until recently.

So with all due respect, it seems that  Aral&#039;s take on as2lib represents a misunderstanding of the core problems as2lib 

Spend some time working with the very finest frameworks in the java or C# world, like Spring (springframework.org), and then as2lib will make a lot more sense.  

OK, to be fair, Aral wrote his post in 2004, when as2lib was not mature, and few people really got Aspect Oriented programming, IoC containers etc.

Simon says &quot;those who like it can use it&quot;. The sad fact is that in the Flash world it&#039;s really more about &quot;those who get it WILL love it&quot;, but few do.  The Actionscript culture is dominated by script kiddies, and that&#039;s ok for most projects.  

It&#039;s a real shame that as2lib has died.  I&#039;ll say it again, it&#039;s BY FAR the best project I have seen in the Actionscript world.  Simon his crew are in a league of their own...</description>
		<content:encoded><![CDATA[<p>I have worked extensively with both AS3 and AS2 and every framework I could get my hands on. as2lib is the best tool I&#8217;ve seen so far&#8230; by far.  But my judgement is perhaps clouded by the fact that my main has been C++, Java, Ruby etc, not Flash until recently.</p>
<p>So with all due respect, it seems that  Aral&#8217;s take on as2lib represents a misunderstanding of the core problems as2lib </p>
<p>Spend some time working with the very finest frameworks in the java or C# world, like Spring (springframework.org), and then as2lib will make a lot more sense.  </p>
<p>OK, to be fair, Aral wrote his post in 2004, when as2lib was not mature, and few people really got Aspect Oriented programming, IoC containers etc.</p>
<p>Simon says &#8220;those who like it can use it&#8221;. The sad fact is that in the Flash world it&#8217;s really more about &#8220;those who get it WILL love it&#8221;, but few do.  The Actionscript culture is dominated by script kiddies, and that&#8217;s ok for most projects.  </p>
<p>It&#8217;s a real shame that as2lib has died.  I&#8217;ll say it again, it&#8217;s BY FAR the best project I have seen in the Actionscript world.  Simon his crew are in a league of their own&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Busche</title>
		<link>http://aralbalkan.com/58/comment-page-1#comment-1378</link>
		<dc:creator>Brian Busche</dc:creator>
		<pubDate>Fri, 28 Jul 2006 21:35:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-1378</guid>
		<description>I would be interested in hearing an updated critique from Aral.  Now that the project has matured a bit, is it better?  With the advent of AS3, is this project even relevant?

My hope is that this is still a viable AS2 framework for those of us who plan to work in Flash 8 for another couple of years.</description>
		<content:encoded><![CDATA[<p>I would be interested in hearing an updated critique from Aral.  Now that the project has matured a bit, is it better?  With the advent of AS3, is this project even relevant?</p>
<p>My hope is that this is still a viable AS2 framework for those of us who plan to work in Flash 8 for another couple of years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Wacker</title>
		<link>http://aralbalkan.com/58/comment-page-1#comment-28</link>
		<dc:creator>Simon Wacker</dc:creator>
		<pubDate>Fri, 25 Jun 2004 22:23:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-28</guid>
		<description>Hi Aral,&lt;br /&gt;
it wasn&#039;t our intention to rebuild classes from Java but to offer valuable functionalities Java maybe too offers. &lt;br /&gt;
I just find it more readable to iterate over a Stack or other data holders using an Iterator than a for..in loop or something similar. If you&#039;d for example build a Stack and wanted to be able to iterate over it using the for..in loop you had to expose much of the inner structure and thus reducing flexibility.&lt;br /&gt;
We also wanted to attract as much programmers as possible. That means that a broad spectrum of funtionalities must/should be supplied including the functionality to iterate over data holders using an Interator.&lt;br /&gt;
The one&#039;s who like it can use it and the others don&#039;t have to care about it.&lt;br /&gt;
&lt;br /&gt;
Cheers Simon</description>
		<content:encoded><![CDATA[<p>Hi Aral,<br />
it wasn&#8217;t our intention to rebuild classes from Java but to offer valuable functionalities Java maybe too offers. <br />
I just find it more readable to iterate over a Stack or other data holders using an Iterator than a for..in loop or something similar. If you&#8217;d for example build a Stack and wanted to be able to iterate over it using the for..in loop you had to expose much of the inner structure and thus reducing flexibility.<br />
We also wanted to attract as much programmers as possible. That means that a broad spectrum of funtionalities must/should be supplied including the functionality to iterate over data holders using an Interator.<br />
The one&#8217;s who like it can use it and the others don&#8217;t have to care about it.</p>
<p>Cheers Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>

