<?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: Beginning to look at continuations</title>
	<atom:link href="http://therning.org/magnus/archives/305/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/305</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Wed, 08 Aug 2012 00:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: therning.org/ magnus &#187; Blog Archive &#187; Continuing with continuations</title>
		<link>http://therning.org/magnus/archives/305/comment-page-1#comment-71569</link>
		<dc:creator>therning.org/ magnus &#187; Blog Archive &#187; Continuing with continuations</dc:creator>
		<pubDate>Thu, 05 Jul 2007 23:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/305#comment-71569</guid>
		<description><![CDATA[&lt;p&gt;[...] I alluded to in my previous post on continuations I was interested in them due to a suspicion that they might offer a nice way of dealing with an [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] I alluded to in my previous post on continuations I was interested in them due to a suspicion that they might offer a nice way of dealing with an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sigfpe</title>
		<link>http://therning.org/magnus/archives/305/comment-page-1#comment-70957</link>
		<dc:creator>sigfpe</dc:creator>
		<pubDate>Tue, 03 Jul 2007 00:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/archives/305#comment-70957</guid>
		<description><![CDATA[&lt;p&gt;I&#039;ve had times when I felt that continuations were a good solution to my problem. So when I started using Haskell I thought that continuations might be a good solution in that language too. But it turned out that in each case, Haskell also provided another solution that was much better. For example continuations can give a nice way to implement backtracking search. But the list monad does that already in Haskell.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve had times when I felt that continuations were a good solution to my problem. So when I started using Haskell I thought that continuations might be a good solution in that language too. But it turned out that in each case, Haskell also provided another solution that was much better. For example continuations can give a nice way to implement backtracking search. But the list monad does that already in Haskell.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
