Thanks Hendrik for both responses - please see inline. <br><br><div class="gmail_quote">On Wed, Dec 1, 2010 at 7:23 PM, Hendrik Boom <span dir="ltr">&lt;<a href="mailto:hendrik@topoi.pooq.com">hendrik@topoi.pooq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br></div>The immutable hash table doesn&#39;t work well for lexically scoped<br>
variables.<br>
<div class="im"><br>
</div>You can end up with multiple simultaneous bindings of the same<br>
variable in different contexts.  Look up the Knuth Man-or-boy problem,<br>
for example, in <a href="http://en.wikipedia.org/wiki/Man_or_boy_test" target="_blank">http://en.wikipedia.org/wiki/Man_or_boy_test</a></blockquote><div><br></div><div>But isn&#39;t that what&#39;s called for in a chained environment?  The inner can see the outer bindings if not shadowed, but not vice versa. </div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Subsituting them away is a correct, but slow way of implementing lexical</div>
scoping.  It was invented in the days when mathematicians were inventing<br>
formal logic, and computers weren&#39;t around yet -- more as a way of<br>
preciely defining concepts tha a way of being practical.  It had a clear<br>
meaning before side-effects became commonplace.</blockquote><div><br></div><div>So what would be a fast way? </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">But the activation frame doesn&#39;t have to be on the stack.  It could,</div>
say, be om the heap.</blockquote><div><br></div><div>Yes agreed - I don&#39;t mean the frames need to be held on &quot;the stack&quot; - I don&#39;t even know if racket&#39;s frames are on &quot;the stack&quot;.  I just mean that I need to maintain my own stack of frames instead of relying on racket to do so. </div>
<div><br></div><div>Thanks,   </div><div>yc</div><div> </div></div>