<?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: Functional Programming in Javascript</title>
	<atom:link href="http://blog.james-carr.org/2009/08/31/functional-programming-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.james-carr.org/2009/08/31/functional-programming-in-javascript/</link>
	<description>Rants and Musings of an Agile Developer</description>
	<lastBuildDate>Thu, 26 Jan 2012 11:54:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Functional values en AjSharp - Angel &#34;Java&#34; Lopez</title>
		<link>http://blog.james-carr.org/2009/08/31/functional-programming-in-javascript/#comment-126698</link>
		<dc:creator>Functional values en AjSharp - Angel &#34;Java&#34; Lopez</dc:creator>
		<pubDate>Sat, 06 Feb 2010 14:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=490#comment-126698</guid>
		<description>[...] Functional Programming in Javascript [...]</description>
		<content:encoded><![CDATA[<p>[...] Functional Programming in Javascript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Functional values in AjSharp &#171; Angel &#8220;Java&#8221; Lopez on Blog</title>
		<link>http://blog.james-carr.org/2009/08/31/functional-programming-in-javascript/#comment-126554</link>
		<dc:creator>Functional values in AjSharp &#171; Angel &#8220;Java&#8221; Lopez on Blog</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=490#comment-126554</guid>
		<description>[...] Functional Programming in Javascript [...]</description>
		<content:encoded><![CDATA[<p>[...] Functional Programming in Javascript [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Carr</title>
		<link>http://blog.james-carr.org/2009/08/31/functional-programming-in-javascript/#comment-112670</link>
		<dc:creator>James Carr</dc:creator>
		<pubDate>Thu, 03 Sep 2009 01:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=490#comment-112670</guid>
		<description>Paul, thanks for telling me about that... I did not know that was available, that is truly a neat feature. 

And TJ, as always you impress me with some of the things you do with javascript :-P</description>
		<content:encoded><![CDATA[<p>Paul, thanks for telling me about that&#8230; I did not know that was available, that is truly a neat feature. </p>
<p>And TJ, as always you impress me with some of the things you do with javascript <img src='http://blog.james-carr.org/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bonser</title>
		<link>http://blog.james-carr.org/2009/08/31/functional-programming-in-javascript/#comment-112543</link>
		<dc:creator>Paul Bonser</dc:creator>
		<pubDate>Mon, 31 Aug 2009 19:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=490#comment-112543</guid>
		<description>You can also do some really fun stuff with the &#039;caller&#039; attribute of the current function, like writing a function that allows you to fake tail recursion and/or do periodic calls to a function, or pause for a specified amount of time before running some more code.

http://probablyprogramming.com/2007/11/18/extending-javascript-tail-recursion/</description>
		<content:encoded><![CDATA[<p>You can also do some really fun stuff with the &#8216;caller&#8217; attribute of the current function, like writing a function that allows you to fake tail recursion and/or do periodic calls to a function, or pause for a specified amount of time before running some more code.</p>
<p><a href="http://probablyprogramming.com/2007/11/18/extending-javascript-tail-recursion/" rel="nofollow">http://probablyprogramming.com/2007/11/18/extending-javascript-tail-recursion/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ Holowaychuk</title>
		<link>http://blog.james-carr.org/2009/08/31/functional-programming-in-javascript/#comment-112537</link>
		<dc:creator>TJ Holowaychuk</dc:creator>
		<pubDate>Mon, 31 Aug 2009 14:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=490#comment-112537</guid>
		<description>You can do weird metaprogramming-ish stuff like this too. For express https://github.com/visionmedia/express/tree I evaluate the route closures differently to allow the last expression to be the return value instead of having an explicit return, so its more Ruby-like

Havent benchmarked but probably slows things down, looks nice though :D
http://gist.github.com/178499</description>
		<content:encoded><![CDATA[<p>You can do weird metaprogramming-ish stuff like this too. For express <a href="https://github.com/visionmedia/express/tree" rel="nofollow">https://github.com/visionmedia/express/tree</a> I evaluate the route closures differently to allow the last expression to be the return value instead of having an explicit return, so its more Ruby-like</p>
<p>Havent benchmarked but probably slows things down, looks nice though <img src='http://blog.james-carr.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<a href="http://gist.github.com/178499" rel="nofollow">http://gist.github.com/178499</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randalflagg.net</title>
		<link>http://blog.james-carr.org/2009/08/31/functional-programming-in-javascript/#comment-112517</link>
		<dc:creator>randalflagg.net</dc:creator>
		<pubDate>Mon, 31 Aug 2009 06:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.james-carr.org/?p=490#comment-112517</guid>
		<description>&lt;strong&gt;James Carr  : Functional Programming in Javascript...&lt;/strong&gt;

Just a random, late night scribble for the boys and girls out there starting fresh with javascript and not understanding the power that you can harness with it. Iâ€™ve given this demonstration before, but itâ€™s always fun to post because someone might...</description>
		<content:encoded><![CDATA[<p><strong>James Carr  : Functional Programming in Javascript&#8230;</strong></p>
<p>Just a random, late night scribble for the boys and girls out there starting fresh with javascript and not understanding the power that you can harness with it. Iâ€™ve given this demonstration before, but itâ€™s always fun to post because someone might&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

