<?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: Message Systems in Programming: Part 1 of 7 &#8211; Introduction	</title>
	<atom:link href="https://jessewarden.com/2014/10/message-systems-in-programming-callbacks-events-pub-sub-promises-and-streams.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2014/10/message-systems-in-programming-callbacks-events-pub-sub-promises-and-streams.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Thu, 25 Dec 2014 15:34:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jan		</title>
		<link>https://jessewarden.com/2014/10/message-systems-in-programming-callbacks-events-pub-sub-promises-and-streams.html/comment-page-1#comment-248666</link>

		<dc:creator><![CDATA[Jan]]></dc:creator>
		<pubDate>Thu, 30 Oct 2014 17:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=4487#comment-248666</guid>

					<description><![CDATA[Boy do you deserve so much respect for figuring out that major choices devs have in Javascript land. A bit epic but so understandable I kept on your tongue until the last sentence.]]></description>
			<content:encoded><![CDATA[<p>Boy do you deserve so much respect for figuring out that major choices devs have in Javascript land. A bit epic but so understandable I kept on your tongue until the last sentence.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://jessewarden.com/2014/10/message-systems-in-programming-callbacks-events-pub-sub-promises-and-streams.html/comment-page-1#comment-248657</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Mon, 27 Oct 2014 16:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=4487#comment-248657</guid>

					<description><![CDATA[Wow! Nice detailed overview about all major systems. Can see how much work you&#039;ve put in there.]]></description>
			<content:encoded><![CDATA[<p>Wow! Nice detailed overview about all major systems. Can see how much work you&#8217;ve put in there.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rektide		</title>
		<link>https://jessewarden.com/2014/10/message-systems-in-programming-callbacks-events-pub-sub-promises-and-streams.html/comment-page-1#comment-248647</link>

		<dc:creator><![CDATA[rektide]]></dc:creator>
		<pubDate>Sat, 25 Oct 2014 16:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=4487#comment-248647</guid>

					<description><![CDATA[I&#039;d add thunks to the list. It&#039;s like callbacks, except passing in the callback is latter, and can be done many times. Thunks are amazing: very promise like (which I&#039;d grown to love), but by staying at a level of dealing with higher-order functions rather than objects I find there&#039;s a lot less syntactic cruft, a lot less creating functions for a .then().]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d add thunks to the list. It&#8217;s like callbacks, except passing in the callback is latter, and can be done many times. Thunks are amazing: very promise like (which I&#8217;d grown to love), but by staying at a level of dealing with higher-order functions rather than objects I find there&#8217;s a lot less syntactic cruft, a lot less creating functions for a .then().</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
