<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<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: Python as an extension language: Not all beer and sunshine</title>
	<link>http://www.sublimetext.com/blog/articles/extending-with-python</link>
	<description>Sublime Text News</description>
	<pubDate>Thu, 28 Aug 2008 22:50:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Dan</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-436</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 09 Apr 2008 10:11:26 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-436</guid>
		<description>Lua makes a good extension language, with the caveat that its greatest strength (and weakness) is that it's rather lean in the libraries department.</description>
		<content:encoded><![CDATA[<p>Lua makes a good extension language, with the caveat that its greatest strength (and weakness) is that it&#8217;s rather lean in the libraries department.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mvm</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-435</link>
		<dc:creator>mvm</dc:creator>
		<pubDate>Wed, 09 Apr 2008 08:22:24 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-435</guid>
		<description>Jon, what do you think about lua as extension language for sublime?</description>
		<content:encoded><![CDATA[<p>Jon, what do you think about lua as extension language for sublime?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NSaibot</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-434</link>
		<dc:creator>NSaibot</dc:creator>
		<pubDate>Wed, 09 Apr 2008 08:17:45 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-434</guid>
		<description>@Nicola Larosa: i'm not advocating! i'm merely asking.

"Despite this, I still think you’d be mad to use anything else as an extension language." this sentence is the reason i asked the question. i'm using ruby for myself, and i know it either has some unicode issues; just like python has. still it is a very flexible language and fun to work with.

on the other hand, there is lua. so, basically, my thinking was that jon isn't/wasn't aware of those alternatives :)</description>
		<content:encoded><![CDATA[<p>@Nicola Larosa: i&#8217;m not advocating! i&#8217;m merely asking.</p>
<p>&#8220;Despite this, I still think you’d be mad to use anything else as an extension language.&#8221; this sentence is the reason i asked the question. i&#8217;m using ruby for myself, and i know it either has some unicode issues; just like python has. still it is a very flexible language and fun to work with.</p>
<p>on the other hand, there is lua. so, basically, my thinking was that jon isn&#8217;t/wasn&#8217;t aware of those alternatives <img src='http://www.sublimetext.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattie</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-433</link>
		<dc:creator>Mattie</dc:creator>
		<pubDate>Wed, 09 Apr 2008 05:48:02 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-433</guid>
		<description>I've run into a lot of pain points like that which I covered at Pycon this year. I love Python, but it's far harder than it should be to embed it cleanly.

Here's a paper I published for Pycon about some of the objectives and issues we had:
http://us.pycon.org/common/2008/talkdata/PyCon2008/020/Case_Study_-_Embedding_Python_into_Counter-Strike_Source.pdf</description>
		<content:encoded><![CDATA[<p>I&#8217;ve run into a lot of pain points like that which I covered at Pycon this year. I love Python, but it&#8217;s far harder than it should be to embed it cleanly.</p>
<p>Here&#8217;s a paper I published for Pycon about some of the objectives and issues we had:<br />
<a href="http://us.pycon.org/common/2008/talkdata/PyCon2008/020/Case_Study_-_Embedding_Python_into_Counter-Strike_Source.pdf" rel="nofollow">http://us.pycon.org/common/2008/talkdata/PyCon2008/020/Case_Study_-_Embedding_Python_into_Counter-Strike_Source.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Cashell</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-431</link>
		<dc:creator>Christopher Cashell</dc:creator>
		<pubDate>Tue, 08 Apr 2008 21:11:35 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-431</guid>
		<description>I'm going to have to disagree with your conclusion.

I honestly think Lua is the best choice for an extension language these days.</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to have to disagree with your conclusion.</p>
<p>I honestly think Lua is the best choice for an extension language these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SDC</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-430</link>
		<dc:creator>SDC</dc:creator>
		<pubDate>Tue, 08 Apr 2008 20:44:26 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-430</guid>
		<description>What about lua?
http://www.lua.org/
Build about twenty c files straight into your app (or into a dll if you like that kind of thing) and its done, standard libraries and all. Beautiful little language, and dead easy to create bindings with.
Extension language integration doesn't any get easier than that...</description>
		<content:encoded><![CDATA[<p>What about lua?<br />
<a href="http://www.lua.org/" rel="nofollow">http://www.lua.org/</a><br />
Build about twenty c files straight into your app (or into a dll if you like that kind of thing) and its done, standard libraries and all. Beautiful little language, and dead easy to create bindings with.<br />
Extension language integration doesn&#8217;t any get easier than that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Skinner</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-425</link>
		<dc:creator>Jon Skinner</dc:creator>
		<pubDate>Tue, 08 Apr 2008 13:10:47 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-425</guid>
		<description>kib2: There's a lot to like about that approach, but requiring users to first install Python is asking a fair bit - there's a lot to be said to being able to download a single install and have it just work.

skymt0: Do you have any references? It's not fixed in the current 3.0a4 alpha, and I hazily recall reading that there's no intention to fix it. The behavior of the current 3.0 build is the same as 2.5: You can put unicode strings in sys.path, they just don't work.

As Ken pointed out, there have been some patches to fix it floating around, but I don't know the current status of any of them.</description>
		<content:encoded><![CDATA[<p>kib2: There&#8217;s a lot to like about that approach, but requiring users to first install Python is asking a fair bit - there&#8217;s a lot to be said to being able to download a single install and have it just work.</p>
<p>skymt0: Do you have any references? It&#8217;s not fixed in the current 3.0a4 alpha, and I hazily recall reading that there&#8217;s no intention to fix it. The behavior of the current 3.0 build is the same as 2.5: You can put unicode strings in sys.path, they just don&#8217;t work.</p>
<p>As Ken pointed out, there have been some patches to fix it floating around, but I don&#8217;t know the current status of any of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola Larosa</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-423</link>
		<dc:creator>Nicola Larosa</dc:creator>
		<pubDate>Tue, 08 Apr 2008 12:31:16 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-423</guid>
		<description>NSailbot: wanna do mindless advocacy? Get the guy off Windows, don't give him an inferior language. ;-P</description>
		<content:encoded><![CDATA[<p>NSailbot: wanna do mindless advocacy? Get the guy off Windows, don&#8217;t give him an inferior language. ;-P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: she</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-422</link>
		<dc:creator>she</dc:creator>
		<pubDate>Tue, 08 Apr 2008 12:25:59 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-422</guid>
		<description>There currently is a reddit war going on - python vs ruby. One big agenda is Unicode (a topic which totally bores me personally)

My problem is not so much about the war, but about _OTHER_ blogs that do not allow comments.

Please dear visitors, support blogs that allow comments and do not waste any time visiting blogs that disallow comments.

This blog here allows comments so I approve of it!</description>
		<content:encoded><![CDATA[<p>There currently is a reddit war going on - python vs ruby. One big agenda is Unicode (a topic which totally bores me personally)</p>
<p>My problem is not so much about the war, but about _OTHER_ blogs that do not allow comments.</p>
<p>Please dear visitors, support blogs that allow comments and do not waste any time visiting blogs that disallow comments.</p>
<p>This blog here allows comments so I approve of it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NSaibot2</title>
		<link>http://www.sublimetext.com/blog/articles/extending-with-python#comment-421</link>
		<dc:creator>NSaibot2</dc:creator>
		<pubDate>Tue, 08 Apr 2008 12:22:08 +0000</pubDate>
		<guid>http://www.sublimetext.com/blog/articles/extending-with-python#comment-421</guid>
		<description>you aren't familiar with ruby are you?</description>
		<content:encoded><![CDATA[<p>you aren&#8217;t familiar with ruby are you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
