<?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: Why Would I Ditch Perl?</title>
	<atom:link href="http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/</link>
	<description>Leveraging Perl and Emacs</description>
	<lastBuildDate>Sat, 15 Jun 2013 02:12:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Caleb Cushing ( xenoterracide )</title>
		<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/#comment-8741</link>
		<dc:creator><![CDATA[Caleb Cushing ( xenoterracide )]]></dc:creator>
		<pubDate>Fri, 31 Dec 2010 00:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1438#comment-8741</guid>
		<description><![CDATA[@Jared cool, I can&#039;t really speak about erlang or closure at all, but the auto parallelization seems cool. I wish it was on the feature list of parrot/rakudo

@Nathan &gt; Incorrect. RubyGems.org is robust and while many things are web-related, there are many things that are not, or are not necessary (see Ruby’s standard lib). I can’t speak for Python.

Wait are you saying that Ruby&#039;s standard lib is a fine example of ruby-ware that&#039;s not web related? or that it&#039;s not necessary? I&#039;m pretty sure that saying any languages standard lib is not necessary is wrong. I&#039;m also pretty sure that saying it&#039;s a good example of a languages non web related stuff....  is the same as saying a language doesn&#039;t have non web related software/libraries.]]></description>
		<content:encoded><![CDATA[<p>@Jared cool, I can&#8217;t really speak about erlang or closure at all, but the auto parallelization seems cool. I wish it was on the feature list of parrot/rakudo</p>
<p>@Nathan &gt; Incorrect. RubyGems.org is robust and while many things are web-related, there are many things that are not, or are not necessary (see Ruby’s standard lib). I can’t speak for Python.</p>
<p>Wait are you saying that Ruby&#8217;s standard lib is a fine example of ruby-ware that&#8217;s not web related? or that it&#8217;s not necessary? I&#8217;m pretty sure that saying any languages standard lib is not necessary is wrong. I&#8217;m also pretty sure that saying it&#8217;s a good example of a languages non web related stuff&#8230;.  is the same as saying a language doesn&#8217;t have non web related software/libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/#comment-8740</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 22:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1438#comment-8740</guid>
		<description><![CDATA[@brad - from my superficial knowledge of Haskell, I agree - Haskell and Perl fit into different problem spaces.  The issue for me is that Haskell isn&#039;t an approved language at my firm, and most other firms as far as I know, which means I&#039;m loathe to invest a lot of time in it.

@Nathan - apologies, I can&#039;t figure out how to come up with a cohesive answer, so I&#039;ll take them one at a time.

&lt;em&gt;The irb Ruby REPL&lt;/em&gt; - I&#039;m used to REPLs from my work with emacs lisp and it isn&#039;t a deal breaker.  If I needed one, what is wrong with &lt;a href=&quot;http://search.cpan.org/~doy/Devel-REPL-1.003012/lib/Devel/REPL.pm&quot; rel=&quot;nofollow&quot;&gt;Devel::REPL&lt;/a&gt;?

&lt;em&gt;Idea&#039;s flowing in both directions&lt;/em&gt; - didn&#039;t most of Ruby come from Perl in the first place, with small-talk&#039;s OO and blocks bolted on the top?  I&#039;m not sure how absorbing the best bits from a language and adding improvements a la Moose for example can be viewed as a bad thing.

&lt;em&gt;RSpec&lt;/em&gt; - how is this better than the Test::* set of modules?

&lt;em&gt;[Moose&#039;s] bolt-on mental overhead&lt;/em&gt; - Does this mean I need to load a library?  Surely there&#039;s a whole bunch of stuff you need to load a library for in Ruby too.  Not everything is in core right?  And does Ruby have anything like Roles built in?

As chromatic is fond of pointing out, the OO model built-in to Perl 5 is identical to Python&#039;s OO.

I note that you still do Perl at your current job.  So is the problem that you can&#039;t find a job doing Ruby, or is the job so good that it makes up for &lt;em&gt;having to do Perl&lt;/em&gt;?  Sorry for asking wifebeatery questions.]]></description>
		<content:encoded><![CDATA[<p>@brad &#8211; from my superficial knowledge of Haskell, I agree &#8211; Haskell and Perl fit into different problem spaces.  The issue for me is that Haskell isn&#8217;t an approved language at my firm, and most other firms as far as I know, which means I&#8217;m loathe to invest a lot of time in it.</p>
<p>@Nathan &#8211; apologies, I can&#8217;t figure out how to come up with a cohesive answer, so I&#8217;ll take them one at a time.</p>
<p><em>The irb Ruby REPL</em> &#8211; I&#8217;m used to REPLs from my work with emacs lisp and it isn&#8217;t a deal breaker.  If I needed one, what is wrong with <a href="http://search.cpan.org/~doy/Devel-REPL-1.003012/lib/Devel/REPL.pm" rel="nofollow">Devel::REPL</a>?</p>
<p><em>Idea&#8217;s flowing in both directions</em> &#8211; didn&#8217;t most of Ruby come from Perl in the first place, with small-talk&#8217;s OO and blocks bolted on the top?  I&#8217;m not sure how absorbing the best bits from a language and adding improvements a la Moose for example can be viewed as a bad thing.</p>
<p><em>RSpec</em> &#8211; how is this better than the Test::* set of modules?</p>
<p><em>[Moose's] bolt-on mental overhead</em> &#8211; Does this mean I need to load a library?  Surely there&#8217;s a whole bunch of stuff you need to load a library for in Ruby too.  Not everything is in core right?  And does Ruby have anything like Roles built in?</p>
<p>As chromatic is fond of pointing out, the OO model built-in to Perl 5 is identical to Python&#8217;s OO.</p>
<p>I note that you still do Perl at your current job.  So is the problem that you can&#8217;t find a job doing Ruby, or is the job so good that it makes up for <em>having to do Perl</em>?  Sorry for asking wifebeatery questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan L. Walls</title>
		<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/#comment-8739</link>
		<dc:creator><![CDATA[Nathan L. Walls]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 17:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1438#comment-8739</guid>
		<description><![CDATA[I&#039;m happy there&#039;s been a push to improve practices in Perl recently, but its growth is after what, by outward appearance, seems to be neglect.

And as I say that, I *know* a lot of folks have worked very hard to make Perl 5.10 great. But it really should have been 2004 - 2006 when Perl &quot;got better.&quot; Not 2009 and 2010.

I still use Perl at my day job, but my side-projects are all Ruby now. Why?

- While CPAN may have a larger number of modules than Ruby Gems, I feel I&#039;m more likely to find code that&#039;s been looked at and maintained more recently with Ruby
- Ruby&#039;s community feels more vibrant. No, not something you can measure. It is a feeling.
- I like tools like irb, gems --server daemon, RSpec and others. Yes, there are equivalents in Perl, but they are far rougher. Again, not really measurable, but a feeling.
- The Ruby community seems to be where Perl is drawing a lot of ideas from lately. It&#039;s great when language communities trade ideas. But it feels healthier when ideas flow in both directions. I don&#039;t have that sense that Perl&#039;s contributing. It&#039;s catching up.
- While Moose is great, it&#039;s bolt-on mental overhead that simply isn&#039;t required with Ruby (or Python). The languages are OO from the ground up.

What about CPAN vs. Gems?
- The best metric isn&#039;t number of Gems or CPAN modules. The best metric is &quot;can I find a common solution to a problem I need to solve&quot; I have yet to find a problem there isn&#039;t a good or excellent solution to with a gem or other shared lib.
- &quot;Outside of web development Python and Ruby have no answer to CPAN&quot;
Incorrect. RubyGems.org is robust and while many things are web-related, there are many things that are not, or are not necessary (see Ruby&#039;s standard lib).  I can&#039;t speak for Python.

If you&#039;re happy with and enjoy Perl, by all means continue. But, speaking as someone who was a very dedicated Perl dev until 2007, there&#039;s a lot else out there that&#039;s worth a legitimate look.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m happy there&#8217;s been a push to improve practices in Perl recently, but its growth is after what, by outward appearance, seems to be neglect.</p>
<p>And as I say that, I *know* a lot of folks have worked very hard to make Perl 5.10 great. But it really should have been 2004 &#8211; 2006 when Perl &#8220;got better.&#8221; Not 2009 and 2010.</p>
<p>I still use Perl at my day job, but my side-projects are all Ruby now. Why?</p>
<p>- While CPAN may have a larger number of modules than Ruby Gems, I feel I&#8217;m more likely to find code that&#8217;s been looked at and maintained more recently with Ruby<br />
- Ruby&#8217;s community feels more vibrant. No, not something you can measure. It is a feeling.<br />
- I like tools like irb, gems &#8211;server daemon, RSpec and others. Yes, there are equivalents in Perl, but they are far rougher. Again, not really measurable, but a feeling.<br />
- The Ruby community seems to be where Perl is drawing a lot of ideas from lately. It&#8217;s great when language communities trade ideas. But it feels healthier when ideas flow in both directions. I don&#8217;t have that sense that Perl&#8217;s contributing. It&#8217;s catching up.<br />
- While Moose is great, it&#8217;s bolt-on mental overhead that simply isn&#8217;t required with Ruby (or Python). The languages are OO from the ground up.</p>
<p>What about CPAN vs. Gems?<br />
- The best metric isn&#8217;t number of Gems or CPAN modules. The best metric is &#8220;can I find a common solution to a problem I need to solve&#8221; I have yet to find a problem there isn&#8217;t a good or excellent solution to with a gem or other shared lib.<br />
- &#8220;Outside of web development Python and Ruby have no answer to CPAN&#8221;<br />
Incorrect. RubyGems.org is robust and while many things are web-related, there are many things that are not, or are not necessary (see Ruby&#8217;s standard lib).  I can&#8217;t speak for Python.</p>
<p>If you&#8217;re happy with and enjoy Perl, by all means continue. But, speaking as someone who was a very dedicated Perl dev until 2007, there&#8217;s a lot else out there that&#8217;s worth a legitimate look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Why Would I Ditch Perl? « A Curious Programmer -- Topsy.com</title>
		<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/#comment-8738</link>
		<dc:creator><![CDATA[Tweets that mention Why Would I Ditch Perl? « A Curious Programmer -- Topsy.com]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 16:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1438#comment-8738</guid>
		<description><![CDATA[[...] This post was mentioned on Twitter by Pedro Melo, Perl Bits. Perl Bits said: Why Would I Ditch Perl? http://bit.ly/fmOlzp [...]]]></description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Pedro Melo, Perl Bits. Perl Bits said: Why Would I Ditch Perl? <a href="http://bit.ly/fmOlzp" rel="nofollow">http://bit.ly/fmOlzp</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brad</title>
		<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/#comment-8737</link>
		<dc:creator><![CDATA[brad]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 15:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1438#comment-8737</guid>
		<description><![CDATA[indeed i think perl is more compelling now than a year ago.

that said, i&#039;m also making use of haskell where i can...i don&#039;t see it as being mutually exclusive of perl

great blog by the way!]]></description>
		<content:encoded><![CDATA[<p>indeed i think perl is more compelling now than a year ago.</p>
<p>that said, i&#8217;m also making use of haskell where i can&#8230;i don&#8217;t see it as being mutually exclusive of perl</p>
<p>great blog by the way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/#comment-8735</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 13:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1438#comment-8735</guid>
		<description><![CDATA[@Caleb - my understanding is that Clojure has &quot;multi-processing&quot; capabilities almost as good as Erlang but with better syntax and access to more libraries.  In any case, both Clojure and Erlang suffer from the problem that they are not approved for use at work.

@andre - as chromatic points out, first of all number of modules is not a useful metric as one module can&#039;t be compared to another. Secondly, the slashdot article uses the wrong number. It should be using 88,919 rather than 18,928.

88919 + 8x = 18894 + 27x

Solving for x gives 3685 days, or a little over 10 years. I think we&#039;re good for now.]]></description>
		<content:encoded><![CDATA[<p>@Caleb &#8211; my understanding is that Clojure has &#8220;multi-processing&#8221; capabilities almost as good as Erlang but with better syntax and access to more libraries.  In any case, both Clojure and Erlang suffer from the problem that they are not approved for use at work.</p>
<p>@andre &#8211; as chromatic points out, first of all number of modules is not a useful metric as one module can&#8217;t be compared to another. Secondly, the slashdot article uses the wrong number. It should be using 88,919 rather than 18,928.</p>
<p>88919 + 8x = 18894 + 27x</p>
<p>Solving for x gives 3685 days, or a little over 10 years. I think we&#8217;re good for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André Cruz</title>
		<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/#comment-8733</link>
		<dc:creator><![CDATA[André Cruz]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 10:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1438#comment-8733</guid>
		<description><![CDATA[This recent slashdot article claims that soon Ruby&#039;s module repository will surpass CPAN, http://developers.slashdot.org/story/10/12/20/0459240/-RubyGems-Module-Count-Soon-To-Surpass-CPANs

But if you&#039;re happy with Perl, why change?]]></description>
		<content:encoded><![CDATA[<p>This recent slashdot article claims that soon Ruby&#8217;s module repository will surpass CPAN, <a href="http://developers.slashdot.org/story/10/12/20/0459240/-RubyGems-Module-Count-Soon-To-Surpass-CPANs" rel="nofollow">http://developers.slashdot.org/story/10/12/20/0459240/-RubyGems-Module-Count-Soon-To-Surpass-CPANs</a></p>
<p>But if you&#8217;re happy with Perl, why change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb Cushing ( xenoterracide )</title>
		<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/#comment-8732</link>
		<dc:creator><![CDATA[Caleb Cushing ( xenoterracide )]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 10:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1438#comment-8732</guid>
		<description><![CDATA[I keep wondering about erlang, as some of it&#039;s benefits sound interesting, but that&#039;s it.]]></description>
		<content:encoded><![CDATA[<p>I keep wondering about erlang, as some of it&#8217;s benefits sound interesting, but that&#8217;s it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Melo</title>
		<link>http://curiousprogrammer.wordpress.com/2010/12/30/why-would-i-ditch-perl/#comment-8731</link>
		<dc:creator><![CDATA[Pedro Melo]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 07:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1438#comment-8731</guid>
		<description><![CDATA[Excellent post, congrats]]></description>
		<content:encoded><![CDATA[<p>Excellent post, congrats</p>
]]></content:encoded>
	</item>
</channel>
</rss>
