<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Syntax and Semiotics. The Use of the $ in ActionScript.</title>
	<link>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/</link>
	<description>mapping in circles...</description>
	<pubDate>Thu, 11 Mar 2010 09:00:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Faggot58</title>
		<link>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-10342</link>
		<dc:creator>Faggot58</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:32:02 +0000</pubDate>
		<guid>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-10342</guid>
		<description>Two volunteers go out to put up the windows. ,</description>
		<content:encoded><![CDATA[<p>Two volunteers go out to put up the windows. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miss90</title>
		<link>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-10332</link>
		<dc:creator>Miss90</dc:creator>
		<pubDate>Thu, 22 Oct 2009 16:14:33 +0000</pubDate>
		<guid>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-10332</guid>
		<description>She gives me strength and opens up opportunities for me to develop myself through training and other activities. ,</description>
		<content:encoded><![CDATA[<p>She gives me strength and opens up opportunities for me to develop myself through training and other activities. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-307</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Fri, 17 Aug 2007 08:54:41 +0000</pubDate>
		<guid>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-307</guid>
		<description>&lt;blockquote&gt;&lt;i&gt;What do you think about delegating the plus operation to private functions that handle the differences in parameters?&lt;/i&gt;&lt;/blockquote&gt;

I'm a big fan of the clean public interface, but cautious to do so at the expense of runtime performance. The additional logic necessary to process and route the arguments would introduce branches and logic that would resulting in a degradation of performance.

The &lt;code&gt;Vector&lt;/code&gt; class I used as an example, typically used in graphics-intensive scenarios, is one that should eliminate as much superfluous baggage as possible.

Hmmm. It'd be worthwhile to explore/compile/expound on the various methods, tricks, etc., that may be employed when creating a public interface, with pros and cons for each. I'll have to consider.

Thanks for the feedback.</description>
		<content:encoded><![CDATA[<blockquote><p><i>What do you think about delegating the plus operation to private functions that handle the differences in parameters?</i></p></blockquote>
<p>I&#8217;m a big fan of the clean public interface, but cautious to do so at the expense of runtime performance. The additional logic necessary to process and route the arguments would introduce branches and logic that would resulting in a degradation of performance.</p>
<p>The <code>Vector</code> class I used as an example, typically used in graphics-intensive scenarios, is one that should eliminate as much superfluous baggage as possible.</p>
<p>Hmmm. It&#8217;d be worthwhile to explore/compile/expound on the various methods, tricks, etc., that may be employed when creating a public interface, with pros and cons for each. I&#8217;ll have to consider.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elibol</title>
		<link>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-290</link>
		<dc:creator>elibol</dc:creator>
		<pubDate>Wed, 08 Aug 2007 15:49:50 +0000</pubDate>
		<guid>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-290</guid>
		<description>Hi Eric. What do you think about delegating the plus operation to private functions that handle the differences in parameters? You could solve for variable parameter lengths using the arguments object or args... (as3). This way you could accomplish all operations with one clean public function.</description>
		<content:encoded><![CDATA[<p>Hi Eric. What do you think about delegating the plus operation to private functions that handle the differences in parameters? You could solve for variable parameter lengths using the arguments object or args&#8230; (as3). This way you could accomplish all operations with one clean public function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-281</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Mon, 06 Aug 2007 22:19:31 +0000</pubDate>
		<guid>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-281</guid>
		<description>that actually makes a lot of sense and gives me a lot to think about. thanks for the post. 
jg</description>
		<content:encoded><![CDATA[<p>that actually makes a lot of sense and gives me a lot to think about. thanks for the post.<br />
jg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: puttermeister</title>
		<link>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-279</link>
		<dc:creator>puttermeister</dc:creator>
		<pubDate>Mon, 06 Aug 2007 14:08:53 +0000</pubDate>
		<guid>http://www.maploop.com/blog/2007/08/02/syntax-and-semiotics-the-use-of-the-in-actionscript/#comment-279</guid>
		<description>Nice.

Admittedly, the actual statements are beyond me, but I appreciate your lyricism nonetheless--you Bard of C++, you.</description>
		<content:encoded><![CDATA[<p>Nice.</p>
<p>Admittedly, the actual statements are beyond me, but I appreciate your lyricism nonetheless&#8211;you Bard of C++, you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
