<?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: Polyglott Programming On The AVM2</title>
	<atom:link href="http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/</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: Miller Medeiros</title>
		<link>http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/comment-page-1/#comment-180561</link>
		<dc:creator>Miller Medeiros</dc:creator>
		<pubDate>Thu, 03 Dec 2009 06:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=502#comment-180561</guid>
		<description>what about garbage collection and compilation time? on Rhino [http://en.wikipedia.org/wiki/Rhino_%28JavaScript_engine] they stopped using JVM because of both reasons. cheers.</description>
		<content:encoded><![CDATA[<p>what about garbage collection and compilation time? on Rhino [http://en.wikipedia.org/wiki/Rhino_%28JavaScript_engine] they stopped using JVM because of both reasons. cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/comment-page-1/#comment-179468</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Tue, 17 Nov 2009 10:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=502#comment-179468</guid>
		<description>You have a very valid point David. There are two options in order to solve the issue you are talking about:
- Debug in the language of your choice before converting (if possible)
- IDE features which can be implemented but require (a lot of) work.

Converting the debug information is possible. But one has to make use of it of course.</description>
		<content:encoded><![CDATA[<p>You have a very valid point David. There are two options in order to solve the issue you are talking about:<br />
- Debug in the language of your choice before converting (if possible)<br />
- IDE features which can be implemented but require (a lot of) work.</p>
<p>Converting the debug information is possible. But one has to make use of it of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/comment-page-1/#comment-179455</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Tue, 17 Nov 2009 03:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=502#comment-179455</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by joa: Polyglott Programming On The AVM2: http://bit.ly/3Zcu72...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by joa: Polyglott Programming On The AVM2: <a href="http://bit.ly/3Zcu72.." rel="nofollow">http://bit.ly/3Zcu72..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Arno</title>
		<link>http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/comment-page-1/#comment-179422</link>
		<dc:creator>David Arno</dc:creator>
		<pubDate>Mon, 16 Nov 2009 14:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=502#comment-179422</guid>
		<description>The killer flaw to such ideas is debugging. Can figure out how to get the debug info it the SWF, so that it maps back to the Scala etc code? Then can you devise a debugger that understands the original language and supports breakpoints, variable value inspection etc? Without these, such language converts are little use, unless you never need to debug your code of course...</description>
		<content:encoded><![CDATA[<p>The killer flaw to such ideas is debugging. Can figure out how to get the debug info it the SWF, so that it maps back to the Scala etc code? Then can you devise a debugger that understands the original language and supports breakpoints, variable value inspection etc? Without these, such language converts are little use, unless you never need to debug your code of course&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/comment-page-1/#comment-179415</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Mon, 16 Nov 2009 12:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=502#comment-179415</guid>
		<description>Andy Li: Possible but problematic since AcitonScript is not statically typed and has some features that Java does not support like runtime namespaces. I also do not think it would be that useful.</description>
		<content:encoded><![CDATA[<p>Andy Li: Possible but problematic since AcitonScript is not statically typed and has some features that Java does not support like runtime namespaces. I also do not think it would be that useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/comment-page-1/#comment-179412</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Mon, 16 Nov 2009 11:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=502#comment-179412</guid>
		<description>Awesome stuff Joa!  Can&#039;t wait to be writing Scala on both sides of the wire.  :)</description>
		<content:encoded><![CDATA[<p>Awesome stuff Joa!  Can&#8217;t wait to be writing Scala on both sides of the wire.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Li</title>
		<link>http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/comment-page-1/#comment-179411</link>
		<dc:creator>Andy Li</dc:creator>
		<pubDate>Mon, 16 Nov 2009 11:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=502#comment-179411</guid>
		<description>That&#039;s exciting!

What about a revise, compiles AVM bytecode to JVM bytecode? Although I don&#039;t know if it will be useful :P</description>
		<content:encoded><![CDATA[<p>That&#8217;s exciting!</p>
<p>What about a revise, compiles AVM bytecode to JVM bytecode? Although I don&#8217;t know if it will be useful :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Polyglott Programming On The AVM2 at blog.joa-ebert.com – Blog of Joa Ebert -- Topsy.com</title>
		<link>http://blog.joa-ebert.com/2009/11/16/polyglott-programming-on-the-avm2/comment-page-1/#comment-179409</link>
		<dc:creator>Tweets that mention Polyglott Programming On The AVM2 at blog.joa-ebert.com – Blog of Joa Ebert -- Topsy.com</dc:creator>
		<pubDate>Mon, 16 Nov 2009 11:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=502#comment-179409</guid>
		<description>[...] This post was mentioned on Twitter by joa ebert, Bastien Levasseur. Bastien Levasseur said: RT @joa: Polyglott Programming On The AVM2: http://bit.ly/3Zcu72 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by joa ebert, Bastien Levasseur. Bastien Levasseur said: RT @joa: Polyglott Programming On The AVM2: <a href="http://bit.ly/3Zcu72" rel="nofollow">http://bit.ly/3Zcu72</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

