<?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>Peter Williams &#187; continuations</title>
	<atom:link href="http://barelyenough.org/blog/tag/continuations/feed/" rel="self" type="application/rss+xml" />
	<link>http://barelyenough.org</link>
	<description>… and there is much to be learned</description>
	<lastBuildDate>Tue, 31 Aug 2010 15:57:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Continuations (or How my Head Exploded)</title>
		<link>http://barelyenough.org/blog/2005/04/continuations-or-how-my-head-exploded/</link>
		<comments>http://barelyenough.org/blog/2005/04/continuations-or-how-my-head-exploded/#comments</comments>
		<pubDate>Mon, 04 Apr 2005 18:00:59 +0000</pubDate>
		<dc:creator>Peter Williams</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[continuations]]></category>

		<guid isPermaLink="false">http://pezra.barelyenough.org/wordpress/?p=88</guid>
		<description><![CDATA[Occasionally I find a new idea and wonder how I lived so long without encountering it before. Continuations are one of those ideas. I have been hearing about them for a few months but only recently have I started to understand them. They have been around for a long time and can solve problems that [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally I find a new idea and wonder how I lived so long without encountering it before.  Continuations are one of those ideas.  I have been hearing about them for a few months but only recently have I started to understand them.  They have been around for a long time and can solve problems that a difficult or impossible to solve otherwise.  Of course, continuations are not supported in the in-vogue languages so that is probably how I missed them.</p>

<p>Anyway, here are some links to a couple of tutorials (thanks Charlie).  A <a href="http://www.rubygarden.org/ruby?Continuations">gentle introduction</a> and a <a href="http://www.all-thing.net/Ruby/iterators_generators_and_continuations_in_ruby.html">not-so gentle description of external iterators, called generators, in ruby</a>.  If those articles do not humble you a little I am impressed.</p>
]]></content:encoded>
			<wfw:commentRss>http://barelyenough.org/blog/2005/04/continuations-or-how-my-head-exploded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
