<?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>Blog of Anders Rune Jensen &#187; generators</title>
	<atom:link href="http://people.iola.dk/arj/tag/generators/feed/" rel="self" type="application/rss+xml" />
	<link>http://people.iola.dk/arj</link>
	<description>metalinguistic musings and other related ramblings</description>
	<lastBuildDate>Fri, 18 Nov 2011 19:13:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Generators and decorators in Python</title>
		<link>http://people.iola.dk/arj/2009/05/05/generators-and-decorators-in-python/</link>
		<comments>http://people.iola.dk/arj/2009/05/05/generators-and-decorators-in-python/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:53:26 +0000</pubDate>
		<dc:creator>Anders Rune Jensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[generators]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://people.iola.dk/arj/?p=314</guid>
		<description><![CDATA[<p>Was reading through some old blog posts today and found an interesting talk about <a href="http://www.dabeaz.com/coroutines/index.html">Coroutines and Concurrency</a>. The talk is pretty long but presents some nice ideas about how to split a problem up and making it more modular using yielding. It seems like python has extended this a little so that you can actually use generators to consume messages also. What I found particular interesting though in the talk, was when he briefly showed a decorator. Decorators are really powerful and seems to bring about the best of lisps macro extensability to Python without loosing the excellent syntax <img src='http://people.iola.dk/arj/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I googled a bit and found the following<a href="http://wiki.python.org/moin/PythonDecoratorLibrary"> list of patterns</a> that you can do with decorators.</p>
]]></description>
		<wfw:commentRss>http://people.iola.dk/arj/2009/05/05/generators-and-decorators-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

