<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Discussion: Collections in Actionscript 3?</title>
	<link>http://specialrelativity.org/blog/2007/08/12/discussion-collections-in-actionscript-3/</link>
	<description>Michael Avila's blog</description>
	<pubDate>Tue, 06 Jan 2009 22:34:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: eric</title>
		<link>http://specialrelativity.org/blog/2007/08/12/discussion-collections-in-actionscript-3/#comment-63</link>
		<author>eric</author>
		<pubDate>Mon, 20 Aug 2007 20:40:57 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/12/discussion-collections-in-actionscript-3/#comment-63</guid>
					<description>Have you seen Polygonal Labs "AS3 Data Structures For Game Developers" ?
http://lab.polygonal.de/ds/</description>
		<content:encoded><![CDATA[<p>Have you seen Polygonal Labs &#8220;AS3 Data Structures For Game Developers&#8221; ?<br />
<a href="http://lab.polygonal.de/ds/" rel="nofollow">http://lab.polygonal.de/ds/</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Michael Avila</title>
		<link>http://specialrelativity.org/blog/2007/08/12/discussion-collections-in-actionscript-3/#comment-64</link>
		<author>Michael Avila</author>
		<pubDate>Mon, 20 Aug 2007 20:54:56 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/12/discussion-collections-in-actionscript-3/#comment-64</guid>
					<description>Eric-

Yes I have, &lt;a href='http://blog.generalrelativity.org' rel="nofollow"&gt;Drew&lt;/a&gt; and I were talking about them not too long ago.  These look solid, and I still have plans to play around with them a lot more.

I will still be finishing mine since I had a goal, and a specific approach.  Thanks for pointing it out! I was planning on including a reference to it in one of my overview posts, as it is a recent discovery for me... ;)

Thanks again!</description>
		<content:encoded><![CDATA[<p>Eric-</p>
<p>Yes I have, <a href='http://blog.generalrelativity.org' rel="nofollow">Drew</a> and I were talking about them not too long ago.  These look solid, and I still have plans to play around with them a lot more.</p>
<p>I will still be finishing mine since I had a goal, and a specific approach.  Thanks for pointing it out! I was planning on including a reference to it in one of my overview posts, as it is a recent discovery for me&#8230; <img src='http://specialrelativity.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks again!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Denis</title>
		<link>http://specialrelativity.org/blog/2007/08/12/discussion-collections-in-actionscript-3/#comment-84</link>
		<author>Denis</author>
		<pubDate>Thu, 23 Aug 2007 08:48:02 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/12/discussion-collections-in-actionscript-3/#comment-84</guid>
					<description>Michael, 
I am equally amazed that decent solid collection libraries are not the norm. There also seam to be no stream libraries either. While I am an ActionScript newbie, I am am a 15 year Smalltalk vetaran and this sort of stuff is just standard kit. Just to give an idea of standard colleciton classes:

Collections-Abstract
	Collection
	ArrayedCollection
	SequenceableCollection
	KeyedCollection

Collections-Arrayed
	RunArray
	Array
	ByteArray
	LargeWordArray
	WeakArray
	WordArray
	DwordArray
	LargeArray
	IntegerArray
	SegmentedCollection

Collections-Sequenceable
	OrderedCollection
	Interval
	SortedCollectionWithPolicy
	LinkedList
	SortedCollection

Collections-Unordered
	Bag
	OrderedSet
	EphemeronDictionary
	Dictionary
	WeakDictionary
	Set
	IdentityDictionary
	IdentitySet

May I humbly suggest, don't take your lead from the Java world where they are still getting their head around real OO and instead take your lead from the dynamic language crowd. In particular I would love to see someone do a collection library which does not use iterators and does them using closures/blocks like Smalltalk.

Good luck with your library and feel free to discuss via (allobjects at optusnet dot com dot au)

cheers Denis</description>
		<content:encoded><![CDATA[<p>Michael,<br />
I am equally amazed that decent solid collection libraries are not the norm. There also seam to be no stream libraries either. While I am an ActionScript newbie, I am am a 15 year Smalltalk vetaran and this sort of stuff is just standard kit. Just to give an idea of standard colleciton classes:</p>
<p>Collections-Abstract<br />
	Collection<br />
	ArrayedCollection<br />
	SequenceableCollection<br />
	KeyedCollection</p>
<p>Collections-Arrayed<br />
	RunArray<br />
	Array<br />
	ByteArray<br />
	LargeWordArray<br />
	WeakArray<br />
	WordArray<br />
	DwordArray<br />
	LargeArray<br />
	IntegerArray<br />
	SegmentedCollection</p>
<p>Collections-Sequenceable<br />
	OrderedCollection<br />
	Interval<br />
	SortedCollectionWithPolicy<br />
	LinkedList<br />
	SortedCollection</p>
<p>Collections-Unordered<br />
	Bag<br />
	OrderedSet<br />
	EphemeronDictionary<br />
	Dictionary<br />
	WeakDictionary<br />
	Set<br />
	IdentityDictionary<br />
	IdentitySet</p>
<p>May I humbly suggest, don&#8217;t take your lead from the Java world where they are still getting their head around real OO and instead take your lead from the dynamic language crowd. In particular I would love to see someone do a collection library which does not use iterators and does them using closures/blocks like Smalltalk.</p>
<p>Good luck with your library and feel free to discuss via (allobjects at optusnet dot com dot au)</p>
<p>cheers Denis</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Michael Avila</title>
		<link>http://specialrelativity.org/blog/2007/08/12/discussion-collections-in-actionscript-3/#comment-92</link>
		<author>Michael Avila</author>
		<pubDate>Thu, 23 Aug 2007 18:42:20 +0000</pubDate>
		<guid>http://specialrelativity.org/blog/2007/08/12/discussion-collections-in-actionscript-3/#comment-92</guid>
					<description>Denis - Thank you.  I am looking into everything you mentioned.  I will definitely take all of this into consideration, that is the beauty of still being early on in development :-) .</description>
		<content:encoded><![CDATA[<p>Denis - Thank you.  I am looking into everything you mentioned.  I will definitely take all of this into consideration, that is the beauty of still being early on in development <img src='http://specialrelativity.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
				</item>
</channel>
</rss>
