<?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: Why Python should adopt the mono runtime</title>
	<atom:link href="http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/</link>
	<description>Rafael Ferreira&#039;s blog</description>
	<lastBuildDate>Thu, 21 Jan 2010 17:02:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrés G. Aragoneses</title>
		<link>http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/comment-page-1/#comment-162</link>
		<dc:creator>Andrés G. Aragoneses</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://ophion.org/?p=72#comment-162</guid>
		<description>I think that what really happens is that Python community doesn&#039;t want to be &quot;tied&quot; to any other environment, that&#039;s why they will always refuse to merge with Jython/IronPython/Boo/whatever...

What they should really do is migrate to Parrot, the only VM for dynamic languages that should bring unity (interoperability) between Perl, PHP, Ruby, Python, etc.</description>
		<content:encoded><![CDATA[<p>I think that what really happens is that Python community doesn&#8217;t want to be &#8220;tied&#8221; to any other environment, that&#8217;s why they will always refuse to merge with Jython/IronPython/Boo/whatever&#8230;</p>
<p>What they should really do is migrate to Parrot, the only VM for dynamic languages that should bring unity (interoperability) between Perl, PHP, Ruby, Python, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/comment-page-1/#comment-155</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Mon, 26 Jan 2009 16:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://ophion.org/?p=72#comment-155</guid>
		<description>Seth: Python is *actually* portable. But I wonder: does it has ever have a JIT? 

I mean, you can have an interpreter (like Perl, and I could say Python does have one as well), which doesn&#039;t generate native code, and, besides other things, only need to be ansi C compatible, and using POSIX libraries.

On the other hand, providing a JIT -like Mono does-, which actually generates native code per platform, doesn need to be tuned for every platform - this is the trade off between portability and performance. It&#039;s sort of normal, and you have performance vs portability.

Mono could have an interpreter instead of a JIT - but that would kill performance. Or it could have both an interpreter and a JIT, but that would be a lof of extra work - likely not worth the effort.</description>
		<content:encoded><![CDATA[<p>Seth: Python is *actually* portable. But I wonder: does it has ever have a JIT? </p>
<p>I mean, you can have an interpreter (like Perl, and I could say Python does have one as well), which doesn&#8217;t generate native code, and, besides other things, only need to be ansi C compatible, and using POSIX libraries.</p>
<p>On the other hand, providing a JIT -like Mono does-, which actually generates native code per platform, doesn need to be tuned for every platform &#8211; this is the trade off between portability and performance. It&#8217;s sort of normal, and you have performance vs portability.</p>
<p>Mono could have an interpreter instead of a JIT &#8211; but that would kill performance. Or it could have both an interpreter and a JIT, but that would be a lof of extra work &#8211; likely not worth the effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paddy3118</title>
		<link>http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/comment-page-1/#comment-141</link>
		<dc:creator>Paddy3118</dc:creator>
		<pubDate>Sat, 24 Jan 2009 15:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://ophion.org/?p=72#comment-141</guid>
		<description>Implement Python on Mono.

If it is good enough, then people will use it.

- Paddy.</description>
		<content:encoded><![CDATA[<p>Implement Python on Mono.</p>
<p>If it is good enough, then people will use it.</p>
<p>- Paddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Peterson</title>
		<link>http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/comment-page-1/#comment-134</link>
		<dc:creator>Scott Peterson</dc:creator>
		<pubDate>Fri, 23 Jan 2009 03:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://ophion.org/?p=72#comment-134</guid>
		<description>Who drives to the gym? Seriously, run that shit, man.</description>
		<content:encoded><![CDATA[<p>Who drives to the gym? Seriously, run that shit, man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/comment-page-1/#comment-133</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 23 Jan 2009 02:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://ophion.org/?p=72#comment-133</guid>
		<description>&quot;Are the Python community willing to drop all their current 100% license-secure code and risk their work&quot;

So, are you saying that CPython is 100% guaranteed not to infringe any patents? Would you back that legally? It brings in mind a recent blogpost on software patents and how much they suck: http://www.jprl.com/Blog/archive/development/mono/2009/Jan-19.html</description>
		<content:encoded><![CDATA[<p>&#8220;Are the Python community willing to drop all their current 100% license-secure code and risk their work&#8221;</p>
<p>So, are you saying that CPython is 100% guaranteed not to infringe any patents? Would you back that legally? It brings in mind a recent blogpost on software patents and how much they suck: <a href="http://www.jprl.com/Blog/archive/development/mono/2009/Jan-19.html" rel="nofollow">http://www.jprl.com/Blog/archive/development/mono/2009/Jan-19.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

