<?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: Python’s Moratorium — Let’s think about this.</title>
	<atom:link href="http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/</link>
	<description>python, programming and other things</description>
	<lastBuildDate>Sun, 04 Mar 2012 06:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-139134</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Tue, 08 Dec 2009 20:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-139134</guid>
		<description>Then you&#039;re both wrong.</description>
		<content:encoded><![CDATA[<p>Then you’re both wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidlegg</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-139133</link>
		<dc:creator>davidlegg</dc:creator>
		<pubDate>Tue, 08 Dec 2009 20:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-139133</guid>
		<description>Somebody sent me this link in an email with the title: &#039;Python is dead?&#039;&lt;br&gt;&lt;br&gt;However, I think &#039;Python is a mess&#039; would be more accurate :(</description>
		<content:encoded><![CDATA[<p>Somebody sent me this link in an email with the title: ‘Python is dead?’</p>
<p>However, I think ‘Python is a mess’ would be more accurate :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-132633</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Tue, 08 Dec 2009 14:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-132633</guid>
		<description>Then you&#039;re both wrong.</description>
		<content:encoded><![CDATA[<p>Then you’re both wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidlegg</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-132632</link>
		<dc:creator>davidlegg</dc:creator>
		<pubDate>Tue, 08 Dec 2009 14:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-132632</guid>
		<description>Somebody sent me this link in an email with the title: &#039;Python is dead?&#039;&lt;br&gt;&lt;br&gt;However, I think &#039;Python is a mess&#039; would be more accurate :(</description>
		<content:encoded><![CDATA[<p>Somebody sent me this link in an email with the title: ‘Python is dead?’</p>
<p>However, I think ‘Python is a mess’ would be more accurate :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andreyfedorov</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-132358</link>
		<dc:creator>andreyfedorov</dc:creator>
		<pubDate>Mon, 07 Dec 2009 12:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-132358</guid>
		<description>Hah, &quot;mostly right&quot; mostly because I have an ego to protect, but also because of the importance-of-syntax sentiment.&lt;br&gt;&lt;br&gt;There&#039;s definitely more to a language than syntax and standard libraries: there are the metaphors which one uses to structure programs. In Python&#039;s case, generators are the most apparent metaphor not common to other languages. Yes, there exists an associated &#039;def...yield&#039; syntax, but the syntax isn&#039;t what&#039;s important, the way one uses them to express problems is.</description>
		<content:encoded><![CDATA[<p>Hah, “mostly right” mostly because I have an ego to protect, but also because of the importance-of-syntax sentiment.</p>
<p>There’s definitely more to a language than syntax and standard libraries: there are the metaphors which one uses to structure programs. In Python’s case, generators are the most apparent metaphor not common to other languages. Yes, there exists an associated ‘def…yield’ syntax, but the syntax isn’t what’s important, the way one uses them to express problems is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-131901</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Sat, 05 Dec 2009 12:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-131901</guid>
		<description>I know! We&#039;re buds :)&lt;br&gt;&lt;br&gt;Really, doing some web dev recently has made me see things in a bit of&lt;br&gt;a different light, figured I&#039;d mention the IE6 thing. The funny thing&lt;br&gt;is, after I made the post, a friend told me that the rapidity of the&lt;br&gt;changes going into Python was one of the reasons he had been nervous&lt;br&gt;about it.</description>
		<content:encoded><![CDATA[<p>I know! We’re buds :)</p>
<p>Really, doing some web dev recently has made me see things in a bit of<br />a different light, figured I’d mention the IE6 thing. The funny thing<br />is, after I made the post, a friend told me that the rapidity of the<br />changes going into Python was one of the reasons he had been nervous<br />about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Beazley</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-131900</link>
		<dc:creator>David Beazley</dc:creator>
		<pubDate>Sat, 05 Dec 2009 12:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-131900</guid>
		<description>Oh, I wasn&#039;t criticizing.... merely confirming what you&#039;re saying with my own experiences teaching Python in the corporate world.</description>
		<content:encoded><![CDATA[<p>Oh, I wasn’t criticizing.… merely confirming what you’re saying with my own experiences teaching Python in the corporate world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-131891</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Sat, 05 Dec 2009 12:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-131891</guid>
		<description>Thank you for the feedback; it&#039;s my blog though so you don&#039;t have to read it.</description>
		<content:encoded><![CDATA[<p>Thank you for the feedback; it’s my blog though so you don’t have to read it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-131888</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Sat, 05 Dec 2009 12:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-131888</guid>
		<description>Sorry - I thought I called that out, maybe I wasn&#039;t as clear as I meant it to be. That aspect is a big one - adoption in users of new releases is pretty slow. We, as technophiles, have to take that into account, those of us who adopt things on the bleeding edge are a minority of a minority.&lt;br&gt;&lt;br&gt;I think longer-time web developers understand this - people need to remember most web developer are still trapped with dealing with, and supporting Internet Explorer 6 - an ancient, crappy, no web standardy browser because many users are &quot;just happy to get to the internets&quot; or simply can&#039;t upgrade.</description>
		<content:encoded><![CDATA[<p>Sorry — I thought I called that out, maybe I wasn’t as clear as I meant it to be. That aspect is a big one — adoption in users of new releases is pretty slow. We, as technophiles, have to take that into account, those of us who adopt things on the bleeding edge are a minority of a minority.</p>
<p>I think longer-time web developers understand this — people need to remember most web developer are still trapped with dealing with, and supporting Internet Explorer 6 — an ancient, crappy, no web standardy browser because many users are “just happy to get to the internets” or simply can’t upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/12/04/pythons-moratorium-lets-think-about-this/comment-page-1/#comment-131884</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Sat, 05 Dec 2009 12:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=729#comment-131884</guid>
		<description>The GIL will eventually evolve, or die. Just not from the past - Guido has a time machine, it&#039;s not THAT good.</description>
		<content:encoded><![CDATA[<p>The GIL will eventually evolve, or die. Just not from the past — Guido has a time machine, it’s not THAT good.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 725/725 objects using disk: basic

Served from: jessenoller.com @ 2012-05-22 08:43:34 -->
