<?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: Py3K</title>
	<atom:link href="http://chris.neugebauer.id.au/2007/06/19/py3k/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.neugebauer.id.au/2007/06/19/py3k/</link>
	<description>Indeed it is.</description>
	<lastBuildDate>Tue, 10 Jan 2012 23:48:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Chris</title>
		<link>http://chris.neugebauer.id.au/2007/06/19/py3k/#comment-883</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 19 Jun 2007 10:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://chris.neugebauer.id.au/2007/06/19/py3k/#comment-883</guid>
		<description>Well, in relation to what you said, I expect that most implementations of the language will implement it as a built-in anyway, but with far more consistent syntax.&#160; It would also mean that you can do the same things as you can do with function pointers in C.&#160; For example, if you had a logging function, you could change its behaviour by passing a function&lt;br /&gt;
&lt;br /&gt;
doLogging(print)&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
doLogging(file)&lt;br /&gt;
&lt;br /&gt;
This is very much like how Scheme would accomplish similar things (which is definitely a good thing).
</description>
		<content:encoded><![CDATA[<p>Well, in relation to what you said, I expect that most implementations of the language will implement it as a built-in anyway, but with far more consistent syntax.&nbsp; It would also mean that you can do the same things as you can do with function pointers in C.&nbsp; For example, if you had a logging function, you could change its behaviour by passing a function</p>
<p>doLogging(print)</p>
<p>or</p>
<p>doLogging(file)</p>
<p>This is very much like how Scheme would accomplish similar things (which is definitely a good thing).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Scott</title>
		<link>http://chris.neugebauer.id.au/2007/06/19/py3k/#comment-882</link>
		<dc:creator>Jack Scott</dc:creator>
		<pubDate>Tue, 19 Jun 2007 10:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://chris.neugebauer.id.au/2007/06/19/py3k/#comment-882</guid>
		<description>Well, it looks like it&#039;s going to be an interesting language. Almost glad I didn&#039;t finish learning Python 2.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure I agree with you on the print thing. When you have a purely interpreted language, you print out things a lot (well, Python does at least). Thus, it makes sense to have a print function built-in. Not sure how this will change in Py3K though.&lt;br /&gt;
&lt;br /&gt;
And why the random K, anyway? (this is rhetorical, the answer is on Wikipedia)
</description>
		<content:encoded><![CDATA[<p>Well, it looks like it&#8217;s going to be an interesting language. Almost glad I didn&#8217;t finish learning Python 2.</p>
<p>I&#8217;m not sure I agree with you on the print thing. When you have a purely interpreted language, you print out things a lot (well, Python does at least). Thus, it makes sense to have a print function built-in. Not sure how this will change in Py3K though.</p>
<p>And why the random K, anyway? (this is rhetorical, the answer is on Wikipedia)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

