<?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: Programming Perl Instead of Ruby</title>
	<atom:link href="http://www.mattrobinson.net/2008/07/13/programming-perl-instead-of-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattrobinson.net/2008/07/13/programming-perl-instead-of-ruby/</link>
	<description>Nerding Out Since the Distant Future</description>
	<lastBuildDate>Thu, 03 Jun 2010 19:30:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mattr</title>
		<link>http://www.mattrobinson.net/2008/07/13/programming-perl-instead-of-ruby/comment-page-1/#comment-1566</link>
		<dc:creator>mattr</dc:creator>
		<pubDate>Sun, 23 May 2010 08:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattrobinson.net/?p=30#comment-1566</guid>
		<description>The Perl community is definitely happy to think about different ways to solve a problem, I just wish sometimes when you ask the best way you didn&#039;t get a different answer from every single person :-)  Every language has its hackish feeling things that have been bolted on as the language matures, but yeah, Perl has more than it&#039;s fair share of those.  Hope your work in Perl proves productive.</description>
		<content:encoded><![CDATA[<p>The Perl community is definitely happy to think about different ways to solve a problem, I just wish sometimes when you ask the best way you didn&#8217;t get a different answer from every single person <img src='http://www.mattrobinson.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Every language has its hackish feeling things that have been bolted on as the language matures, but yeah, Perl has more than it&#8217;s fair share of those.  Hope your work in Perl proves productive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.mattrobinson.net/2008/07/13/programming-perl-instead-of-ruby/comment-page-1/#comment-1495</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattrobinson.net/?p=30#comment-1495</guid>
		<description>I&#039;ve been a C++ programmer all of my professional life but I&#039;ve had to write Perl code for the past month.  It has been...interesting.  At times I&#039;ve wanted to pull my hair out when trying to debug code.  I&#039;m having to implement software applications that are based on a giant Perl framework, and Perl software engineering is really an interesting concept.

The following give me the most headaches with Perl code:
* Having to put &quot;1;&quot; at the end of a perl module--it just feels very hackish, and it is easy to overlook or forget.  
* Fighting with accessing arrays when they&#039;re stored in objects: do I need $self-&gt;{myarray}, or do I need @{self-&gt;{myarray}} here?
* Exceptions thrown when comparing something to an undef object--Python just handles this more gracefully
* There is no easy, one-step way to get a unique set of elements in a list/array.

I agree with you about the Perl community, though, they seem to acknowledge the good and bad about this interesting tool.  The Python community is quite smug about &quot;the Python way,&quot; but the Perl community is always happy to think about different ways to solve a problem.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been a C++ programmer all of my professional life but I&#8217;ve had to write Perl code for the past month.  It has been&#8230;interesting.  At times I&#8217;ve wanted to pull my hair out when trying to debug code.  I&#8217;m having to implement software applications that are based on a giant Perl framework, and Perl software engineering is really an interesting concept.</p>
<p>The following give me the most headaches with Perl code:<br />
* Having to put &#8220;1;&#8221; at the end of a perl module&#8211;it just feels very hackish, and it is easy to overlook or forget.<br />
* Fighting with accessing arrays when they&#8217;re stored in objects: do I need $self-&gt;{myarray}, or do I need @{self-&gt;{myarray}} here?<br />
* Exceptions thrown when comparing something to an undef object&#8211;Python just handles this more gracefully<br />
* There is no easy, one-step way to get a unique set of elements in a list/array.</p>
<p>I agree with you about the Perl community, though, they seem to acknowledge the good and bad about this interesting tool.  The Python community is quite smug about &#8220;the Python way,&#8221; but the Perl community is always happy to think about different ways to solve a problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
