<?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/"
		>
<channel>
	<title>Comments on: 16.06.2008 Sinfex &#8211; Simple Infix Expression Evaluator</title>
	<atom:link href="http://blogs.gnome.org/timj/2008/06/16/16062008-sinfex-simple-infix-expression-evaluator/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/timj/2008/06/16/16062008-sinfex-simple-infix-expression-evaluator/</link>
	<description>Technical ramblings by Tim Janik</description>
	<lastBuildDate>Sat, 11 Apr 2009 19:30:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/timj/2008/06/16/16062008-sinfex-simple-infix-expression-evaluator/comment-page-1/#comment-180</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Tue, 17 Jun 2008 03:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/timj/2008/06/16/16062008-sinfex-simple-infix-expression-evaluator/#comment-180</guid>
		<description>Note that Lisp/Scheme isn&#039;t reverse polish: it uses a prefix notation.  Also, RPN operators implicitly act on the top of the stack, while lisp/scheme syntax requires you to mark out which operands belong to which operators with parentheses.</description>
		<content:encoded><![CDATA[<p>Note that Lisp/Scheme isn&#8217;t reverse polish: it uses a prefix notation.  Also, RPN operators implicitly act on the top of the stack, while lisp/scheme syntax requires you to mark out which operands belong to which operators with parentheses.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
