<?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: Blog backlog</title>
	<atom:link href="http://stevengharms.com/blog-backlog/feed" rel="self" type="application/rss+xml" />
	<link>http://stevengharms.com/blog-backlog</link>
	<description>My Blog</description>
	<lastBuildDate>Sat, 14 Apr 2012 19:47:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Steven G. Harms</title>
		<link>http://stevengharms.com/blog-backlog/comment-page-1#comment-300</link>
		<dc:creator>Steven G. Harms</dc:creator>
		<pubDate>Tue, 07 Mar 2006 13:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://stevengharms.net/?p=604#comment-300</guid>
		<description>&lt;p&gt;Yes indeed I think the answer to your question is &quot;both&quot;.  On the one hand it is some sort of edict sprung from the head of the man, on the other hand, it is surprisingly absent in most programming languages&#039; design.&lt;/p&gt;

&lt;p&gt;I&#039;m sure he didn&#039;t think it up, but scripting languages have been going through a real shakedown in user use-ability.&lt;/p&gt;

&lt;p&gt;Perl is the freest, and frequently (can!  I say only can!) become the most absolutely miserable to look at, as a human.&lt;/p&gt;

&lt;p&gt;Python tries to fix this with use of whitespace thus:&lt;/p&gt;

&lt;p&gt;&#124;_____start&lt;/p&gt;

&lt;p&gt;is different from&lt;/p&gt;

&lt;p&gt;&#124;____start&lt;/p&gt;

&lt;p&gt;or even&lt;/p&gt;

&lt;p&gt;&#124;__start&lt;/p&gt;

&lt;p&gt;Many programmers think that whitespace sensitivity is particularly un-stylish.  The  alternative is using bracing ({}) which seems to make more sense to me.&lt;/p&gt;

&lt;p&gt;Ruby tries to fuse the two, using braces, not whitespace, but trying to make things pretty along the way.  Thus, a Perl / Python hybrid.&lt;/p&gt;

&lt;p&gt;At the end of the day though, you learn one language you&#039;ve learnt them all.  At some level it&#039;s all just syntax.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes indeed I think the answer to your question is &#8220;both&#8221;.  On the one hand it is some sort of edict sprung from the head of the man, on the other hand, it is surprisingly absent in most programming languages&#8217; design.</p>
<p>I&#8217;m sure he didn&#8217;t think it up, but scripting languages have been going through a real shakedown in user use-ability.</p>
<p>Perl is the freest, and frequently (can!  I say only can!) become the most absolutely miserable to look at, as a human.</p>
<p>Python tries to fix this with use of whitespace thus:</p>
<p>|_____start</p>
<p>is different from</p>
<p>|____start</p>
<p>or even</p>
<p>|__start</p>
<p>Many programmers think that whitespace sensitivity is particularly un-stylish.  The  alternative is using bracing ({}) which seems to make more sense to me.</p>
<p>Ruby tries to fuse the two, using braces, not whitespace, but trying to make things pretty along the way.  Thus, a Perl / Python hybrid.</p>
<p>At the end of the day though, you learn one language you&#8217;ve learnt them all.  At some level it&#8217;s all just syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: person</title>
		<link>http://stevengharms.com/blog-backlog/comment-page-1#comment-299</link>
		<dc:creator>person</dc:creator>
		<pubDate>Tue, 07 Mar 2006 12:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://stevengharms.net/?p=604#comment-299</guid>
		<description>&lt;p&gt;I noted the Ruby philosophy.  Is that an important new thought, or just a conceit of the designer?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I noted the Ruby philosophy.  Is that an important new thought, or just a conceit of the designer?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

