<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Perl and Python</title>
	<atom:link href="http://phillsacre.me.uk/2007/07/30/perl-and-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://phillsacre.me.uk/2007/07/30/perl-and-python/</link>
	<description>Personal Blog</description>
	<lastBuildDate>Tue, 22 May 2012 08:39:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Phill</title>
		<link>http://phillsacre.me.uk/2007/07/30/perl-and-python/#comment-390</link>
		<dc:creator><![CDATA[Phill]]></dc:creator>
		<pubDate>Wed, 08 Aug 2007 07:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://phillsacre.me.uk/2007/07/30/perl-and-python/#comment-390</guid>
		<description><![CDATA[Hi Zeth,

Well, it&#039;s not so much the name of the parameter - it&#039;s just the fact that you have to have it as a parameter. In the languages I&#039;m used to working in, &#039;this&#039; is sort of an implicit variable.

Not that it really matters, it&#039;s just a minor thing :)]]></description>
		<content:encoded><![CDATA[<p>Hi Zeth,</p>
<p>Well, it&#8217;s not so much the name of the parameter &#8211; it&#8217;s just the fact that you have to have it as a parameter. In the languages I&#8217;m used to working in, &#8216;this&#8217; is sort of an implicit variable.</p>
<p>Not that it really matters, it&#8217;s just a minor thing <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeth</title>
		<link>http://phillsacre.me.uk/2007/07/30/perl-and-python/#comment-389</link>
		<dc:creator><![CDATA[Zeth]]></dc:creator>
		<pubDate>Tue, 07 Aug 2007 22:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://phillsacre.me.uk/2007/07/30/perl-and-python/#comment-389</guid>
		<description><![CDATA[Hi Phill!

&lt;blockquote&gt;In fact, the only thing I donâ€™t like about python is the fact that when youâ€™re creating a class, all the methods have to take the parameter â€œselfâ€. In Java, the identifier â€œthisâ€ refers to the instance of the class in which the code is currently executing. Iâ€™m not sure why python doesnâ€™t do this&lt;/blockquote&gt;

&#039;self&#039; is only a convention, it is not hard coded in the interpreter. If you want to use &#039;this&#039; (or anything else for that matter) then it will work, as long as you are consistent.]]></description>
		<content:encoded><![CDATA[<p>Hi Phill!</p>
<blockquote><p>In fact, the only thing I donâ€™t like about python is the fact that when youâ€™re creating a class, all the methods have to take the parameter â€œselfâ€. In Java, the identifier â€œthisâ€ refers to the instance of the class in which the code is currently executing. Iâ€™m not sure why python doesnâ€™t do this</p></blockquote>
<p>&#8216;self&#8217; is only a convention, it is not hard coded in the interpreter. If you want to use &#8216;this&#8217; (or anything else for that matter) then it will work, as long as you are consistent.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

