<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Challenge &#8211; QuickPiet Interpreter</title>
	<atom:link href="http://twoguysarguing.wordpress.com/2010/03/14/challenge-quickpiet-interpreter/feed/" rel="self" type="application/rss+xml" />
	<link>http://twoguysarguing.wordpress.com/2010/03/14/challenge-quickpiet-interpreter/</link>
	<description>colorful back and forth from two highly opinionated programmers</description>
	<lastBuildDate>Tue, 18 Jun 2013 10:05:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ka</title>
		<link>http://twoguysarguing.wordpress.com/2010/03/14/challenge-quickpiet-interpreter/#comment-174</link>
		<dc:creator><![CDATA[Ka]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 21:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=652#comment-174</guid>
		<description><![CDATA[Dear Friends, Happy Fool&#039;s Day! 

A police officer pulls over this guy who had been weaving in and out of the lanes. He goes up to the guy&#039;s window and says, &quot;Sir, I need you to blow into this breathalyzer tube.&quot;
The man says, &quot;Sorry officer, I can&#039;t do that. I am an asthmatic. If I do that I&#039;ll have a really bad asthma attack.&quot;
&quot;Okay, fine. I need you to come down to the station to give a blood sample.&quot;
&quot;I can&#039;t do that either. I am a hemophiliac. If I do that, I&#039;ll bleed to death.&quot;
&quot;Well, then we need an urine sample.&quot;
&quot;I&#039;m sorry, officer, I can&#039;t do that either. I am also a diabetic. If I do that I&#039;ll get really low blood sugar.&quot;
&quot;All right then I need you to come out here and walk this white line.&quot;
&quot;I can&#039;t do that, officer.&quot;
&quot;Why not?&quot;
&quot;Because I&#039;m too drunk to do that!&quot;
 

Happy April Fool&#039;s Day!]]></description>
		<content:encoded><![CDATA[<p>Dear Friends, Happy Fool&#8217;s Day! </p>
<p>A police officer pulls over this guy who had been weaving in and out of the lanes. He goes up to the guy&#8217;s window and says, &#8220;Sir, I need you to blow into this breathalyzer tube.&#8221;<br />
The man says, &#8220;Sorry officer, I can&#8217;t do that. I am an asthmatic. If I do that I&#8217;ll have a really bad asthma attack.&#8221;<br />
&#8220;Okay, fine. I need you to come down to the station to give a blood sample.&#8221;<br />
&#8220;I can&#8217;t do that either. I am a hemophiliac. If I do that, I&#8217;ll bleed to death.&#8221;<br />
&#8220;Well, then we need an urine sample.&#8221;<br />
&#8220;I&#8217;m sorry, officer, I can&#8217;t do that either. I am also a diabetic. If I do that I&#8217;ll get really low blood sugar.&#8221;<br />
&#8220;All right then I need you to come out here and walk this white line.&#8221;<br />
&#8220;I can&#8217;t do that, officer.&#8221;<br />
&#8220;Why not?&#8221;<br />
&#8220;Because I&#8217;m too drunk to do that!&#8221;</p>
<p>Happy April Fool&#8217;s Day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benjaminplee</title>
		<link>http://twoguysarguing.wordpress.com/2010/03/14/challenge-quickpiet-interpreter/#comment-173</link>
		<dc:creator><![CDATA[benjaminplee]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 03:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=652#comment-173</guid>
		<description><![CDATA[With the latest QuickPiet language additions I am working on some spec tests which should be able to be used to verify implementations of interpreters.]]></description>
		<content:encoded><![CDATA[<p>With the latest QuickPiet language additions I am working on some spec tests which should be able to be used to verify implementations of interpreters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benjaminplee</title>
		<link>http://twoguysarguing.wordpress.com/2010/03/14/challenge-quickpiet-interpreter/#comment-172</link>
		<dc:creator><![CDATA[benjaminplee]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 02:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=652#comment-172</guid>
		<description><![CDATA[Updated QuickPiet language spec w/ new assert command, updated docs, and some slight changes to pop, push, etc.

http://gist.github.com/332040]]></description>
		<content:encoded><![CDATA[<p>Updated QuickPiet language spec w/ new assert command, updated docs, and some slight changes to pop, push, etc.</p>
<p><a href="http://gist.github.com/332040" rel="nofollow">http://gist.github.com/332040</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: youngnh</title>
		<link>http://twoguysarguing.wordpress.com/2010/03/14/challenge-quickpiet-interpreter/#comment-169</link>
		<dc:creator><![CDATA[youngnh]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 01:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=652#comment-169</guid>
		<description><![CDATA[I&#039;m posting my code as I go along as a fork of your gist.
I&#039;m starting in Haskell because the pattern matching makes a lot of the stack operations trivial to implement and Parsec promises to be the easiest way to interpret and execute the actual script.
http://gist.github.com/332400]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m posting my code as I go along as a fork of your gist.<br />
I&#8217;m starting in Haskell because the pattern matching makes a lot of the stack operations trivial to implement and Parsec promises to be the easiest way to interpret and execute the actual script.<br />
<a href="http://gist.github.com/332400" rel="nofollow">http://gist.github.com/332400</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benjaminplee</title>
		<link>http://twoguysarguing.wordpress.com/2010/03/14/challenge-quickpiet-interpreter/#comment-168</link>
		<dc:creator><![CDATA[benjaminplee]]></dc:creator>
		<pubDate>Sun, 14 Mar 2010 17:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://twoguysarguing.wordpress.com/?p=652#comment-168</guid>
		<description><![CDATA[I will be posting my version here: http://github.com/benjaminplee/QuickPiet]]></description>
		<content:encoded><![CDATA[<p>I will be posting my version here: <a href="http://github.com/benjaminplee/QuickPiet" rel="nofollow">http://github.com/benjaminplee/QuickPiet</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
