<?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>Path Dependent &#187; recursion</title>
	<atom:link href="http://pathdependent.com/tag/recursion/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathdependent.com</link>
	<description>Programming, Complex Systems, Trading, and Introspection</description>
	<lastBuildDate>Sun, 22 Aug 2010 19:08:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>To Iterate is Human, to Recurse, Divine</title>
		<link>http://pathdependent.com/2008/11/30/to-iterate-is-human-to-recurse-divine/</link>
		<comments>http://pathdependent.com/2008/11/30/to-iterate-is-human-to-recurse-divine/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 05:55:10 +0000</pubDate>
		<dc:creator>John Nelson</dc:creator>
				<category><![CDATA[Introspection]]></category>
		<category><![CDATA[bias]]></category>
		<category><![CDATA[recursion]]></category>

		<guid isPermaLink="false">http://pathdependent.com/?p=72</guid>
		<description><![CDATA[I have a fancy for functional programming languages; I find recursion intuitively elegant. However, in my mental processes, recursion seems to be a dangerous flaw.
This trade may return 5% if event A occurs-&#62; This trade could return 10% if event A &#38; B occur -&#62; This trade could return 20% if event A &#38; B [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fpathdependent.com%2F2008%2F11%2F30%2Fto-iterate-is-human-to-recurse-divine%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fpathdependent.com%2F2008%2F11%2F30%2Fto-iterate-is-human-to-recurse-divine%2F" height="61" width="51" /></a></div><div id="attachment_73" class="wp-caption alignright" style="width: 160px"><img class="size-thumbnail wp-image-73" title="escher-hands" src="http://pathdependent.com/wp-content/uploads/2009/10/escher-hands-150x150.gif" alt="Escher's Hands" width="150" height="150" /><p class="wp-caption-text">Escher&#39;s Hands</p></div>
<p>I have a fancy for functional programming languages; I find recursion intuitively elegant. However, in my mental processes, recursion seems to be a dangerous flaw.</p>
<blockquote><p>This trade may return 5% if event A occurs-&gt; This trade could return 10% if event A &amp; B occur -&gt; This trade could return 20% if event A &amp; B &amp; C occur -&gt; Well, this trade has returned 20% and now people are going to pile one and it could return 30% -&gt; … -&gt; This trade could return 1,000,000%.</p></blockquote>
<p>My mind selectively traverses the path on the recursive tree that is most favorable while ignoring the (huge) selection of paths that do not lead to the favorable end-node. Even worse, I forget the necessary conditions that lead to the selected outcome! A favorable outcome is pleasurable and I am a pleasure-seeking animal; It seems that this also applies abstractions.</p>
<p>Furthermore, the recursive thought seems to lack a terminal condition. Instead of building a balanced tree of possibilities, the favorable path gets many more steps, leading to a gross asymmetry. My mind stops traveling only after it has exhausted mental resources.</p>
<p>Mental recursion is dangerous without continuous checks.</p>
<p>* Note to the non-programmer: The title of this entry is actually an oft-repeated L. Peter Deutsch quote.</p>
]]></content:encoded>
			<wfw:commentRss>http://pathdependent.com/2008/11/30/to-iterate-is-human-to-recurse-divine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
