<?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: Reason #283 why PHP is less productive than Perl</title>
	<atom:link href="http://www.xaprb.com/blog/2008/11/06/reason-283-why-php-is-less-productive-than-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2008/11/06/reason-283-why-php-is-less-productive-than-perl/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Fri, 12 Mar 2010 03:51:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: simplem</title>
		<link>http://www.xaprb.com/blog/2008/11/06/reason-283-why-php-is-less-productive-than-perl/#comment-15499</link>
		<dc:creator>simplem</dc:creator>
		<pubDate>Wed, 03 Dec 2008 20:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=669#comment-15499</guid>
		<description>@Josh - Although PHP seems to have borrowed a lot of perl-like concepts, you can&#039;t lump them together at all.  I think you would be slightly impressed by Perl&#039;s design if you took an objective look at it.</description>
		<content:encoded><![CDATA[<p>@Josh &#8211; Although PHP seems to have borrowed a lot of perl-like concepts, you can&#8217;t lump them together at all.  I think you would be slightly impressed by Perl&#8217;s design if you took an objective look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhi</title>
		<link>http://www.xaprb.com/blog/2008/11/06/reason-283-why-php-is-less-productive-than-perl/#comment-15373</link>
		<dc:creator>Abhi</dc:creator>
		<pubDate>Tue, 11 Nov 2008 05:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=669#comment-15373</guid>
		<description>@Baron
Do you replicate the request parameters by passing them while invoking the script from the command line?</description>
		<content:encoded><![CDATA[<p>@Baron<br />
Do you replicate the request parameters by passing them while invoking the script from the command line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moto</title>
		<link>http://www.xaprb.com/blog/2008/11/06/reason-283-why-php-is-less-productive-than-perl/#comment-15369</link>
		<dc:creator>moto</dc:creator>
		<pubDate>Sat, 08 Nov 2008 03:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=669#comment-15369</guid>
		<description>debug_print_backtrace();
http://us.php.net/manual/en/function.debug-backtrace.php</description>
		<content:encoded><![CDATA[<p>debug_print_backtrace();<br />
<a href="http://us.php.net/manual/en/function.debug-backtrace.php" rel="nofollow">http://us.php.net/manual/en/function.debug-backtrace.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2008/11/06/reason-283-why-php-is-less-productive-than-perl/#comment-15368</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Fri, 07 Nov 2008 17:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=669#comment-15368</guid>
		<description>Josh, that&#039;s reason #282 why PHP is less productive.  As such, it is strictly off-topic in this post.  Just kidding ;-)

I totally agree with you there -- it&#039;s like someone took playing cards representing every function in every C library and shuffled them together.  And the result is a very dog-eared namespace.</description>
		<content:encoded><![CDATA[<p>Josh, that&#8217;s reason #282 why PHP is less productive.  As such, it is strictly off-topic in this post.  Just kidding ;-)</p>
<p>I totally agree with you there &#8212; it&#8217;s like someone took playing cards representing every function in every C library and shuffled them together.  And the result is a very dog-eared namespace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.xaprb.com/blog/2008/11/06/reason-283-why-php-is-less-productive-than-perl/#comment-15367</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 07 Nov 2008 17:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=669#comment-15367</guid>
		<description>@fenway:
Not really look at function list for functions beginning with the letter A:
http://www.php.net/manual/en/indexes.php

PHP designers didn&#039;t seem to care about discoverability or usability of the language and namespacing. 

Sure you can write good or bad code in any language. Just some are better designed and a joy to use. Others should be sucumbed to better technologies.

PHP and Perl do not sit on my list of well designed languages. I prefer to spend my time in languages that seem to be progressing forward not stuck in the 80s.

They are still around because the amount of legacy code has reached critical mass early.</description>
		<content:encoded><![CDATA[<p>@fenway:<br />
Not really look at function list for functions beginning with the letter A:<br />
<a href="http://www.php.net/manual/en/indexes.php" rel="nofollow">http://www.php.net/manual/en/indexes.php</a></p>
<p>PHP designers didn&#8217;t seem to care about discoverability or usability of the language and namespacing. </p>
<p>Sure you can write good or bad code in any language. Just some are better designed and a joy to use. Others should be sucumbed to better technologies.</p>
<p>PHP and Perl do not sit on my list of well designed languages. I prefer to spend my time in languages that seem to be progressing forward not stuck in the 80s.</p>
<p>They are still around because the amount of legacy code has reached critical mass early.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
