<html>
<body>
<font size=3>At 11:41 AM 9/9/2006, Eli Barzilay wrote:<br>
<blockquote type=cite class=cite cite="">On Sep&nbsp; 9, Blake McBride
wrote:<br>
&gt; [...]<br>
&gt; Again, all this is trivial to express in a lisp-like macro system
and the<br>
&gt; few capture situations are easy to avoid with a little
care.<br><br>
Note that even in CL:<br><br>
&nbsp; (let ((a 1)) (set 'a 3) a) =&gt; 1<br><br>
in MzScheme terms, such a `set' would only change bindings in the<br>
current namespace, which makes it close to useless.</blockquote><br>
I understand.&nbsp; However, creating the set I seek will give me an<br>
easy example of evaluating one additional level higher from<br>
my previous macro difficulty.<br><br>
Thanks for the help.<br><br>
Blake McBride<br>
</font></body>
</html>