<?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: FITC Toronto: enthusiASM</title>
	<atom:link href="http://blog.joa-ebert.com/2008/02/14/fitc-toronto-enthusiasm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joa-ebert.com/2008/02/14/fitc-toronto-enthusiasm/</link>
	<description>Actionscript3, Flash, Scala, Java, C#, C++, Algorithms &#38; Imageprocessing</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Erik</title>
		<link>http://blog.joa-ebert.com/2008/02/14/fitc-toronto-enthusiasm/comment-page-1/#comment-56351</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 22 Feb 2008 05:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/2008/02/14/fitc-toronto-enthusiasm/#comment-56351</guid>
		<description>Hey Joa, I&#039;m from Peru and I&#039;ll be traveling to Canada for FITC too, hope to see you there and interchange ideas!

--Erik</description>
		<content:encoded><![CDATA[<p>Hey Joa, I&#8217;m from Peru and I&#8217;ll be traveling to Canada for FITC too, hope to see you there and interchange ideas!</p>
<p>&#8211;Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kyle</title>
		<link>http://blog.joa-ebert.com/2008/02/14/fitc-toronto-enthusiasm/comment-page-1/#comment-56305</link>
		<dc:creator>kyle</dc:creator>
		<pubDate>Fri, 15 Feb 2008 19:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/2008/02/14/fitc-toronto-enthusiasm/#comment-56305</guid>
		<description>Joa, it looks like you won!  Oh well, the community will get a lot of use out of this... good work man.</description>
		<content:encoded><![CDATA[<p>Joa, it looks like you won!  Oh well, the community will get a lot of use out of this&#8230; good work man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://blog.joa-ebert.com/2008/02/14/fitc-toronto-enthusiasm/comment-page-1/#comment-56304</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 15 Feb 2008 19:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/2008/02/14/fitc-toronto-enthusiasm/#comment-56304</guid>
		<description>Hey Joa 
Great news!
Look forward to seeing you speak here in Toronto!</description>
		<content:encoded><![CDATA[<p>Hey Joa<br />
Great news!<br />
Look forward to seeing you speak here in Toronto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2008/02/14/fitc-toronto-enthusiasm/comment-page-1/#comment-56300</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Thu, 14 Feb 2008 19:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/2008/02/14/fitc-toronto-enthusiasm/#comment-56300</guid>
		<description>__inline(); is the magical function you call from ActionScript to tell the compiler that the current method should be inlined wherever possible. And it works very well with FDT/FlexBuilder. Also the debugger is available. It is very nice to follow also the jumps etc. in the debugger.

Actually FDT works best with the compiler because they implemented a special feature called &quot;Post-Compile ANT&quot;. You may guess who was struggling to get that one in there, hehe. But an obfuscator is not planned for now.</description>
		<content:encoded><![CDATA[<p>__inline(); is the magical function you call from ActionScript to tell the compiler that the current method should be inlined wherever possible. And it works very well with FDT/FlexBuilder. Also the debugger is available. It is very nice to follow also the jumps etc. in the debugger.</p>
<p>Actually FDT works best with the compiler because they implemented a special feature called &#8220;Post-Compile ANT&#8221;. You may guess who was struggling to get that one in there, hehe. But an obfuscator is not planned for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brainclog</title>
		<link>http://blog.joa-ebert.com/2008/02/14/fitc-toronto-enthusiasm/comment-page-1/#comment-56299</link>
		<dc:creator>brainclog</dc:creator>
		<pubDate>Thu, 14 Feb 2008 18:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/2008/02/14/fitc-toronto-enthusiasm/#comment-56299</guid>
		<description>I&#039;m very excited about the AS3 inline compiler! I&#039;m not sure how it will work, but it would be great if it was possible to use right inside of Flex Builder or similar. Also integrated with your preprocessor method :) I&#039;m wondering if there is a good way to do inline functions as well, because it seems like you would have to make them macros which is a pain.

Related to your assembler, I was wondering if you plan to include some code obfuscation features eventually? For things like breaking decompiler output. I am working on a variable/class renaming obfuscator in Ruby, which I would like to open source when it is working.

BTW: enthusiASM wouldn&#039;t be a bad name for the assembler :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m very excited about the AS3 inline compiler! I&#8217;m not sure how it will work, but it would be great if it was possible to use right inside of Flex Builder or similar. Also integrated with your preprocessor method :) I&#8217;m wondering if there is a good way to do inline functions as well, because it seems like you would have to make them macros which is a pain.</p>
<p>Related to your assembler, I was wondering if you plan to include some code obfuscation features eventually? For things like breaking decompiler output. I am working on a variable/class renaming obfuscator in Ruby, which I would like to open source when it is working.</p>
<p>BTW: enthusiASM wouldn&#8217;t be a bad name for the assembler :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

