I advise you to go back to your intent that leads you to want to do this, and revise what you do to fulfill it.<br><br>Probably you can achieve what you thought you'd do this way, some other way that's much better. (Better in the sense that you don't need to make scope, module or Scheme system-specific hacks to make it go around.) Not keeping state in globals for instance, can be part of the solution.<br>

<br><div class="gmail_quote">2011/5/8 William James <span dir="ltr"><<a href="mailto:w_a_x_man@yahoo.com">w_a_x_man@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

How do you check to see if a symbol is already bound?<br>
To be used in this fashion:<br>
<br>
(if (bound? x)<br>
  (set! x 22)<br>
  (define x 22))<br>
_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
</blockquote></div><br>