<?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 JavaScript</title>
	<atom:link href="http://ajaxian.com/archives/functional-javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/functional-javascript</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Gavin Doughtie</title>
		<link>http://ajaxian.com/archives/functional-javascript/comment-page-1#comment-253261</link>
		<dc:creator>Gavin Doughtie</dc:creator>
		<pubDate>Fri, 27 Jul 2007 23:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/functional-javascript#comment-253261</guid>
		<description>Dojo also has a map and  a reduce (which I wrote quite a while ago...) and they&#039;re native in FF 3.</description>
		<content:encoded><![CDATA[<p>Dojo also has a map and  a reduce (which I wrote quite a while ago&#8230;) and they&#8217;re native in FF 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://ajaxian.com/archives/functional-javascript/comment-page-1#comment-253074</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Wed, 25 Jul 2007 05:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/functional-javascript#comment-253074</guid>
		<description>&quot;compare&quot; is what I meant, no way to edit comments</description>
		<content:encoded><![CDATA[<p>&#8220;compare&#8221; is what I meant, no way to edit comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://ajaxian.com/archives/functional-javascript/comment-page-1#comment-253073</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Wed, 25 Jul 2007 05:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/functional-javascript#comment-253073</guid>
		<description>Whatever, even the example at http://w3future.com/html/beyondJS/ doesn&#039;t work on firefox... and give me a break, as if:
document.body.onmousemove = Function.from(&quot;star&quot;, &quot;moveTo&quot;).delay(1000).using(
  &quot;+&quot;.using(
    Function.from(event, ÃƒÂ—), 
    &quot;*&quot;.using(&quot;radius&quot;, Function.from(Math, &quot;sin&quot;, &quot;angle&quot;))),
  &quot;+&quot;.using(
    Function.from(event, &quot;y&quot;), 
    &quot;*&quot;.using(&quot;radius&quot;, Function.from(Math, &quot;cos&quot;, &quot;angle&quot;)))
).curry({
  radius: 30, 
  angle: function() {return (new Date)/50;}.asValue()
}).gate(Function.from(&quot;doStar&quot;.element(),&quot;checked&quot;));




IS more readable than:
#
map(&#039;x*x&#039;, [1,2,3,4])
#
//  â†’ [1, 4, 9, 16]

Of course no disrespect to Steele, cause they don&#039;t even compate</description>
		<content:encoded><![CDATA[<p>Whatever, even the example at <a href="http://w3future.com/html/beyondJS/" rel="nofollow">http://w3future.com/html/beyondJS/</a> doesn&#8217;t work on firefox&#8230; and give me a break, as if:<br />
document.body.onmousemove = Function.from(&#8220;star&#8221;, &#8220;moveTo&#8221;).delay(1000).using(<br />
  &#8220;+&#8221;.using(<br />
    Function.from(event, ÃƒÂ—),<br />
    &#8220;*&#8221;.using(&#8220;radius&#8221;, Function.from(Math, &#8220;sin&#8221;, &#8220;angle&#8221;))),<br />
  &#8220;+&#8221;.using(<br />
    Function.from(event, &#8220;y&#8221;),<br />
    &#8220;*&#8221;.using(&#8220;radius&#8221;, Function.from(Math, &#8220;cos&#8221;, &#8220;angle&#8221;)))<br />
).curry({<br />
  radius: 30,<br />
  angle: function() {return (new Date)/50;}.asValue()<br />
}).gate(Function.from(&#8220;doStar&#8221;.element(),&#8221;checked&#8221;));</p>
<p>IS more readable than:<br />
#<br />
map(&#8216;x*x&#8217;, [1,2,3,4])<br />
#<br />
//  â†’ [1, 4, 9, 16]</p>
<p>Of course no disrespect to Steele, cause they don&#8217;t even compate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Trenka</title>
		<link>http://ajaxian.com/archives/functional-javascript/comment-page-1#comment-253067</link>
		<dc:creator>Tom Trenka</dc:creator>
		<pubDate>Tue, 24 Jul 2007 21:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/functional-javascript#comment-253067</guid>
		<description>Meaning no disrespect to Master Steele, but...http://w3future.com/html/beyondJS/</description>
		<content:encoded><![CDATA[<p>Meaning no disrespect to Master Steele, but&#8230;<a href="http://w3future.com/html/beyondJS/" rel="nofollow">http://w3future.com/html/beyondJS/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://ajaxian.com/archives/functional-javascript/comment-page-1#comment-253057</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Tue, 24 Jul 2007 18:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/functional-javascript#comment-253057</guid>
		<description>Wild!</description>
		<content:encoded><![CDATA[<p>Wild!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

