<?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>devgrind &#187; delphi</title>
	<atom:link href="http://devgrind.com/tag/delphi/feed/" rel="self" type="application/rss+xml" />
	<link>http://devgrind.com</link>
	<description>thinking outside the { }</description>
	<lastBuildDate>Tue, 04 May 2010 17:25:24 +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>Sneaky Snippets (1): Infinity</title>
		<link>http://devgrind.com/2007/03/06/sneaky-snippets-1-infinity/</link>
		<comments>http://devgrind.com/2007/03/06/sneaky-snippets-1-infinity/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 06:29:25 +0000</pubDate>
		<dc:creator>Arne</dc:creator>
				<category><![CDATA[delphi]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sneakysnippet]]></category>

		<guid isPermaLink="false">http://devgrind.com/2007/03/06/sneaky-snippets-1-infinity/</guid>
		<description><![CDATA[I found this beaut in a Delphi system I co-wrote while studying:
const
&#160;&#160;UNENDLICH = 99999999;
Please note that (in this case) unendlich is the german counterpart for infinity.
This looks worse than it actually was. The system was an LL(1) parser generator and in order to increase performance we used fixed-length arrays for all kinds of collections, and [...]]]></description>
			<content:encoded><![CDATA[<p>I found this beaut in a Delphi system I co-wrote while studying:</p>
<p><code>const<br />
&nbsp;&nbsp;UNENDLICH = 99999999;</code></p>
<p>Please note that (in this case) <em>unendlich</em> is the german counterpart for <em>infinity</em>.</p>
<p>This looks worse than it actually was. The system was an LL(1) parser generator and in order to increase performance we used fixed-length arrays for all kinds of collections, and we had to set a maximum upper bound for array indices. Maybe we shouldn&#8217;t have called it infinity, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://devgrind.com/2007/03/06/sneaky-snippets-1-infinity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
