<?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: Currying in javascript</title>
	<atom:link href="http://www.redredred.com.au/currying-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redredred.com.au/currying-in-javascript/</link>
	<description>redredred developers talk about what they are working on</description>
	<lastBuildDate>Sat, 24 Jul 2010 22:35:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gooder Code</title>
		<link>http://www.redredred.com.au/currying-in-javascript/comment-page-1/#comment-505</link>
		<dc:creator>Gooder Code</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.redredred.com.au/blog/?p=20#comment-505</guid>
		<description>&lt;strong&gt;Function currying in Javascript...&lt;/strong&gt;

Do you catch yourself doing something like this often? 1: Ajax.request(&#039;/my/url&#039;, {&#039;myParam&#039;: paramVal}, function() { myCallback(paramVal); }); Creating a function which calls another function asynchronously is a bad idea because the value of p......</description>
		<content:encoded><![CDATA[<p><strong>Function currying in Javascript&#8230;</strong></p>
<p>Do you catch yourself doing something like this often? 1: Ajax.request(&#8216;/my/url&#8217;, {&#8216;myParam&#8217;: paramVal}, function() { myCallback(paramVal); }); Creating a function which calls another function asynchronously is a bad idea because the value of p&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
