<?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: Plack Apps in Javascript</title>
	<atom:link href="http://blog.patspam.com/2010/plack-apps-in-javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.patspam.com/2010/plack-apps-in-javascript</link>
	<description>patspam patspam patspam</description>
	<lastBuildDate>Fri, 17 Sep 2010 01:34:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jay</title>
		<link>http://blog.patspam.com/2010/plack-apps-in-javascript/comment-page-1#comment-9341</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Fri, 18 Jun 2010 14:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patspam.com/?p=1384#comment-9341</guid>
		<description>Would be funny if  you could port node.js code to run under Plack, with this ;)</description>
		<content:encoded><![CDATA[<p>Would be funny if  you could port node.js code to run under Plack, with this <img src='http://blog.patspam.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.patspam.com/2010/plack-apps-in-javascript/comment-page-1#comment-9340</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 18 Jun 2010 14:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patspam.com/?p=1384#comment-9340</guid>
		<description>Thanks perlpilot, I fixed the typo.</description>
		<content:encoded><![CDATA[<p>Thanks perlpilot, I fixed the typo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: perlpilot</title>
		<link>http://blog.patspam.com/2010/plack-apps-in-javascript/comment-page-1#comment-9339</link>
		<dc:creator>perlpilot</dc:creator>
		<pubDate>Fri, 18 Jun 2010 03:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patspam.com/?p=1384#comment-9339</guid>
		<description>You&#039;ve a bug in your factorial function.  It obviously doesn&#039;t matter for your example but 0! is 1, not 0.  So ...

  if (x &lt; 2) return 1;

Though, of course factorial of negative numbers is undefined.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve a bug in your factorial function.  It obviously doesn&#8217;t matter for your example but 0! is 1, not 0.  So &#8230;</p>
<p>  if (x &lt; 2) return 1;</p>
<p>Though, of course factorial of negative numbers is undefined.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

