<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Drinkable Chicken &#187; continuations</title>
	<atom:link href="http://4.flowsnake.org/archives/tag/continuations/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org</link>
	<description>A Pythoneer&#039;s adventures with Scheme, etc.</description>
	<lastBuildDate>Fri, 15 Jul 2011 08:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>dollop grows continuations&#8230;</title>
		<link>http://4.flowsnake.org/archives/630</link>
		<comments>http://4.flowsnake.org/archives/630#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:03:39 +0000</pubDate>
		<dc:creator>Hans Nowak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[continuations]]></category>
		<category><![CDATA[dollop]]></category>
		<category><![CDATA[scheme]]></category>

		<guid isPermaLink="false">http://4.flowsnake.org/?p=630</guid>
		<description><![CDATA[Re: dollop&#8230; Continuations now work&#8230; or at least a subset of them. This works, for example: &#62; (+ 1 (call/cc (lambda (k) (+ 3 (k 2))))) =&#62; 3 Continuations are hairy like Fuzzyman. ;-) So if you don&#8217;t understand the example above, don&#8217;t worry, they take a while to wrap your head around. Someday I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Re: <a href="http://projects.flowsnake.org/dollop.html">dollop</a>&#8230; Continuations now work&#8230; or at least a subset of them. This works, for example:</p>
<pre>&gt; (+ 1 (call/cc (lambda (k) (+ 3 (k 2)))))
=&gt; 3</pre>
<p>Continuations are hairy like <a href="http://www.voidspace.org.uk/python/weblog/arch_d7_2009_06_13.shtml#e1098">Fuzzyman</a>. ;-) So if you don&#8217;t understand the example above, don&#8217;t worry, they take a while to wrap your head around. Someday I&#8217;ll write a &#8220;continuations in 60 seconds&#8221; post (or maybe a bit more time will be needed :-); until then, <a href="http://sanjaypande.blogspot.com/2004/06/understanding-scheme-continuations.html">this explanation</a> might help.</p>
]]></content:encoded>
			<wfw:commentRss>http://4.flowsnake.org/archives/630/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

