<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Khoo Yit Phang</title>
	<atom:link href="http://khooyp.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://khooyp.wordpress.com</link>
	<description>Collecting my ideas and musings about programming</description>
	<lastBuildDate>Sun, 02 Aug 2009 20:01:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on New release of Arrowlets: now with pair (***), split (&amp;&amp;&amp;), bind and join by Khoo Yit Phang</title>
		<link>http://khooyp.wordpress.com/2008/11/03/new-release-of-arrowlets-now-with-pair-split-bind-and-join/#comment-292</link>
		<dc:creator>Khoo Yit Phang</dc:creator>
		<pubDate>Sun, 02 Aug 2009 20:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://khooyp.wordpress.com/?p=33#comment-292</guid>
		<description>Hi Artyom, glad to hear that you&#039;ve found arrows useful :-) There hasn&#039;t been too much work on Arrowlets recently, but we have a new paper on our website that includes a comparison with Flapjax.
Basically, Arrowlets and Flapjax have complementary designs: Arrowlets is control-flow oriented whereas Flapjax is data-flow oriented. Arrowlets maps particularly well to state machines and I think it&#039;s easier to adopt in existing JavaScript applications.</description>
		<content:encoded><![CDATA[<p>Hi Artyom, glad to hear that you&#8217;ve found arrows useful <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  There hasn&#8217;t been too much work on Arrowlets recently, but we have a new paper on our website that includes a comparison with Flapjax.<br />
Basically, Arrowlets and Flapjax have complementary designs: Arrowlets is control-flow oriented whereas Flapjax is data-flow oriented. Arrowlets maps particularly well to state machines and I think it&#8217;s easier to adopt in existing JavaScript applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New release of Arrowlets: now with pair (***), split (&amp;&amp;&amp;), bind and join by Artyom Shalkhakov</title>
		<link>http://khooyp.wordpress.com/2008/11/03/new-release-of-arrowlets-now-with-pair-split-bind-and-join/#comment-289</link>
		<dc:creator>Artyom Shalkhakov</dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://khooyp.wordpress.com/?p=33#comment-289</guid>
		<description>Hi,

Is there any progress with Arrowlets?

I&#039;m currently writing some &quot;real-world&quot; applications with Flapjax, and have came up with a pattern which is abstracted out using, guess what, arrows! (well, a specific arrow actually)

I have a pair (Dom, EventStream) and a few combinators (first, second, bimap) which I use to ease composition.

Well, I&#039;m trying out a different approach now. But having a solid theoretical foundation would be great in any case.

Also, I would like to know when Arrowlets are more applicable than Flapjax. Can you elaborate?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there any progress with Arrowlets?</p>
<p>I&#8217;m currently writing some &#8220;real-world&#8221; applications with Flapjax, and have came up with a pattern which is abstracted out using, guess what, arrows! (well, a specific arrow actually)</p>
<p>I have a pair (Dom, EventStream) and a few combinators (first, second, bimap) which I use to ease composition.</p>
<p>Well, I&#8217;m trying out a different approach now. But having a solid theoretical foundation would be great in any case.</p>
<p>Also, I would like to know when Arrowlets are more applicable than Flapjax. Can you elaborate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Path Projection and Arrowlets (and me) by Khoo Yit Phang</title>
		<link>http://khooyp.wordpress.com/2008/10/16/introducing-path-projection-and-arrowlets-and-me/#comment-4</link>
		<dc:creator>Khoo Yit Phang</dc:creator>
		<pubDate>Thu, 16 Oct 2008 21:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://khooyp.wordpress.com/?p=5#comment-4</guid>
		<description>Hi Chris, yes, I did see John Resig&#039;s post, and thought that I should really put up this blog now ;-) Hopefully, I&#039;ll post an update to Arrowlets soon.</description>
		<content:encoded><![CDATA[<p>Hi Chris, yes, I did see John Resig&#8217;s post, and thought that I should really put up this blog now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Hopefully, I&#8217;ll post an update to Arrowlets soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Path Projection and Arrowlets (and me) by Chris Eidhof</title>
		<link>http://khooyp.wordpress.com/2008/10/16/introducing-path-projection-and-arrowlets-and-me/#comment-3</link>
		<dc:creator>Chris Eidhof</dc:creator>
		<pubDate>Thu, 16 Oct 2008 20:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://khooyp.wordpress.com/?p=5#comment-3</guid>
		<description>Awesome! A blog! Hopefully I&#039;ll find some time somewhere soon where I can build some more stuff with Arrowlets. Have you seen John Resig&#039;s latest blog post [1]? That code looks a lot like Arrowlets.

[1] http://ejohn.org/blog/ultra-chaining-with-jquery/</description>
		<content:encoded><![CDATA[<p>Awesome! A blog! Hopefully I&#8217;ll find some time somewhere soon where I can build some more stuff with Arrowlets. Have you seen John Resig&#8217;s latest blog post [1]? That code looks a lot like Arrowlets.</p>
<p>[1] <a href="http://ejohn.org/blog/ultra-chaining-with-jquery/" rel="nofollow">http://ejohn.org/blog/ultra-chaining-with-jquery/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
