<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Qzerty's Weblog</title>
	<atom:link href="http://qzerty.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://qzerty.wordpress.com</link>
	<description>Idiocy in pills.</description>
	<lastBuildDate>Sat, 29 Aug 2009 19:51:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='qzerty.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7a0300ab54dab9dd2f3a388eff3711f9?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Qzerty's Weblog</title>
		<link>http://qzerty.wordpress.com</link>
	</image>
			<item>
		<title>vedenza</title>
		<link>http://qzerty.wordpress.com/2009/08/29/vedenza/</link>
		<comments>http://qzerty.wordpress.com/2009/08/29/vedenza/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 19:49:49 +0000</pubDate>
		<dc:creator>qzerty</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qzerty.wordpress.com/?p=18</guid>
		<description><![CDATA[&#62;&#62;&#62; def pair(x, y): return lambda f: f(x,y)
...
&#62;&#62;&#62; def first(z): return z(lambda x, y: x)
...
&#62;&#62;&#62; def second(z): return z(lambda x, y: y)
...
&#62;&#62;&#62; t = pair('foo', 'bar')
&#62;&#62;&#62; first(t)
'foo'
&#62;&#62;&#62; second(t)
'bar'
&#62;&#62;&#62;
shamelessly copied and ported from scheme
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=18&subd=qzerty&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>&gt;&gt;&gt; def pair(x, y): return lambda f: f(x,y)
...
&gt;&gt;&gt; def first(z): return z(lambda x, y: x)
...
&gt;&gt;&gt; def second(z): return z(lambda x, y: y)
...
&gt;&gt;&gt; t = pair('foo', 'bar')
&gt;&gt;&gt; first(t)
'foo'
&gt;&gt;&gt; second(t)
'bar'
&gt;&gt;&gt;</pre>
<p style="text-align:right;"><em>shamelessly copied and ported from scheme</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qzerty.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qzerty.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qzerty.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qzerty.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qzerty.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qzerty.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qzerty.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qzerty.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qzerty.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qzerty.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=18&subd=qzerty&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://qzerty.wordpress.com/2009/08/29/vedenza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62516278d5c9adcd93e647b1fd81554b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">qzerty</media:title>
		</media:content>
	</item>
		<item>
		<title>Leaking abstractions</title>
		<link>http://qzerty.wordpress.com/2009/05/12/leaking-abstractions/</link>
		<comments>http://qzerty.wordpress.com/2009/05/12/leaking-abstractions/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:09:22 +0000</pubDate>
		<dc:creator>qzerty</dc:creator>
				<category><![CDATA[real-code]]></category>

		<guid isPermaLink="false">http://qzerty.wordpress.com/?p=13</guid>
		<description><![CDATA[x[:] : x[::-1] = x[1:-1] : x[len(x)-2:0:-1]

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=13&subd=qzerty&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre style="text-align:center;">x[:] : x[::-1] = x[1:-1] : x[len(x)-2:0:-1]</pre>
<p style="text-align:center;">
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qzerty.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qzerty.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qzerty.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qzerty.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qzerty.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qzerty.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qzerty.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qzerty.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qzerty.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qzerty.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=13&subd=qzerty&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://qzerty.wordpress.com/2009/05/12/leaking-abstractions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62516278d5c9adcd93e647b1fd81554b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">qzerty</media:title>
		</media:content>
	</item>
		<item>
		<title>Tertium datur</title>
		<link>http://qzerty.wordpress.com/2008/09/17/tertium-datur/</link>
		<comments>http://qzerty.wordpress.com/2008/09/17/tertium-datur/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 15:44:53 +0000</pubDate>
		<dc:creator>qzerty</dc:creator>
				<category><![CDATA[real-code]]></category>

		<guid isPermaLink="false">http://qzerty.wordpress.com/?p=6</guid>
		<description><![CDATA[if (a) {
  [...]
}
else if (!a) {
  [...]
}
else {
  [...]
}
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=6&subd=qzerty&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre>if (a) {
  [...]
}
else if (!a) {
  [...]
}
else {
  [...]
}</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/qzerty.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/qzerty.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qzerty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qzerty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qzerty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qzerty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qzerty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qzerty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qzerty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qzerty.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qzerty.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qzerty.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=6&subd=qzerty&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://qzerty.wordpress.com/2008/09/17/tertium-datur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62516278d5c9adcd93e647b1fd81554b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">qzerty</media:title>
		</media:content>
	</item>
		<item>
		<title>HTTP Errors Explained</title>
		<link>http://qzerty.wordpress.com/2008/05/28/http-errors-explained/</link>
		<comments>http://qzerty.wordpress.com/2008/05/28/http-errors-explained/#comments</comments>
		<pubDate>Wed, 28 May 2008 11:37:49 +0000</pubDate>
		<dc:creator>qzerty</dc:creator>
				<category><![CDATA[lightning-tutorials]]></category>

		<guid isPermaLink="false">http://qzerty.wordpress.com/?p=5</guid>
		<description><![CDATA[Lesson 1: Error 404 is clearly illustrated here.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=5&subd=qzerty&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lesson 1: Error 404 is clearly illustrated <a href="http://qzerty.wordpress.com/http_error_404" target="_self">here</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/qzerty.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/qzerty.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qzerty.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qzerty.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qzerty.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qzerty.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qzerty.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qzerty.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qzerty.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qzerty.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qzerty.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qzerty.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=5&subd=qzerty&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://qzerty.wordpress.com/2008/05/28/http-errors-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62516278d5c9adcd93e647b1fd81554b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">qzerty</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding recursion, part 2</title>
		<link>http://qzerty.wordpress.com/2008/04/23/understanding-recursion-part-2/</link>
		<comments>http://qzerty.wordpress.com/2008/04/23/understanding-recursion-part-2/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 12:44:16 +0000</pubDate>
		<dc:creator>qzerty</dc:creator>
				<category><![CDATA[lightning-tutorials]]></category>

		<guid isPermaLink="false">http://qzerty.wordpress.com/?p=4</guid>
		<description><![CDATA[Recursion is not always direct, it can also be mutual.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=4&subd=qzerty&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recursion is not always direct, it can also be <a href="http://masci.wordpress.com/2008/04/23/tutorial-ricorsivo-parte-ii/">mutual</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/qzerty.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/qzerty.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qzerty.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qzerty.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qzerty.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qzerty.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qzerty.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qzerty.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qzerty.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qzerty.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qzerty.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qzerty.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=4&subd=qzerty&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://qzerty.wordpress.com/2008/04/23/understanding-recursion-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62516278d5c9adcd93e647b1fd81554b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">qzerty</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding recursion</title>
		<link>http://qzerty.wordpress.com/2008/04/23/understanding-recursion/</link>
		<comments>http://qzerty.wordpress.com/2008/04/23/understanding-recursion/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 09:15:11 +0000</pubDate>
		<dc:creator>qzerty</dc:creator>
				<category><![CDATA[lightning-tutorials]]></category>

		<guid isPermaLink="false">http://qzerty.wordpress.com/?p=3</guid>
		<description><![CDATA[In order to understand recursion, one must first understand recursion.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=3&subd=qzerty&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In order to understand recursion, one must first <a href="http://qzerty.wordpress.com/2008/04/23/understanding-recursion">understand recursion</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/qzerty.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/qzerty.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/qzerty.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/qzerty.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/qzerty.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/qzerty.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/qzerty.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/qzerty.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/qzerty.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/qzerty.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/qzerty.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/qzerty.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=qzerty.wordpress.com&blog=3298019&post=3&subd=qzerty&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://qzerty.wordpress.com/2008/04/23/understanding-recursion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/62516278d5c9adcd93e647b1fd81554b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">qzerty</media:title>
		</media:content>
	</item>
	</channel>
</rss>