<?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>ChrisThompson.ca &#187; reverse Polish notation</title>
	<atom:link href="http://christhompson.ca/tag/reverse-polish-notation/feed/" rel="self" type="application/rss+xml" />
	<link>http://christhompson.ca</link>
	<description>Making art and science in Vancouver, BC</description>
	<lastBuildDate>Thu, 24 Nov 2011 09:29:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Artifact J-2: Java RPN Calculator (Command Prompt)</title>
		<link>http://christhompson.ca/2009/08/artifact-j-2-java-rpn-calculator-command-prompt/</link>
		<comments>http://christhompson.ca/2009/08/artifact-j-2-java-rpn-calculator-command-prompt/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 05:59:52 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[reverse Polish notation]]></category>
		<category><![CDATA[stack]]></category>

		<guid isPermaLink="false">http://christhompson.ca/?p=63</guid>
		<description><![CDATA[Description A simple command prompt calculator that uses Reverse Polish Notation. In Reverse Polish Notation the operators follow their operands; for instance, to add three and four, one would write &#8220;3 4 +&#8221; rather than &#8220;3 + 4&#8243;. If there &#8230; <a href="http://christhompson.ca/2009/08/artifact-j-2-java-rpn-calculator-command-prompt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://christhompson.ca/2009/08/artifact-j-2-java-rpn-calculator-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

