<html>
<body>
<font size=3>At 11:41 AM 9/9/2006, Eli Barzilay wrote:<br>
<blockquote type=cite class=cite cite="">On Sep 9, Blake McBride
wrote:<br>
> [...]<br>
> Again, all this is trivial to express in a lisp-like macro system
and the<br>
> few capture situations are easy to avoid with a little
care.<br><br>
Note that even in CL:<br><br>
(let ((a 1)) (set 'a 3) a) => 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. 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>