<?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>Grayger &#187; Generator</title>
	<atom:link href="http://www.grayger.com/tag/generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grayger.com</link>
	<description>In the pursuit of effectiveness</description>
	<lastBuildDate>Sat, 02 Jul 2011 16:38:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generators in Python</title>
		<link>http://www.grayger.com/uncategorized/generators-in-python/</link>
		<comments>http://www.grayger.com/uncategorized/generators-in-python/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 02:10:00 +0000</pubDate>
		<dc:creator>grayger</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Generator]]></category>

		<guid isPermaLink="false">http://grayger.hosting.paran.com/wordpress/?p=15</guid>
		<description><![CDATA[Even though I have used Python many times to implement my own game idea, I haven&#8217;t reconized generator until today.
I am a little surprised at the lazy evaluation technique because it doesn&#8217;t exist in Java world.
]]></description>
			<content:encoded><![CDATA[<p>Even though I have used Python many times to implement my own game idea, I haven&#8217;t reconized <a href="http://en.wikipedia.org/wiki/Python_syntax_and_semantics#Generators">generator</a> until today.<br />
I am a little surprised at the <a href="http://en.wikipedia.org/wiki/Lazy_evaluation">lazy evaluation</a> technique because it doesn&#8217;t exist in Java world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grayger.com/uncategorized/generators-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

