..Also you can use the Black Hole module system, which takes care of the namespaces for you. Mikael<br><br><div class="gmail_quote">2011/2/23 Marc Feeley <span dir="ltr"><<a href="mailto:feeley@iro.umontreal.ca">feeley@iro.umontreal.ca</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5"><br>
On 2011-02-23, at 9:30 AM, nitralime wrote:<br>
<br>
> Hi folks!<br>
><br>
> Where can I find some documentations about Namespaces in Gambit?<br>
> The section 7 in manual says:<br>
><br>
> 7. Namespaces<br>
><br>
> TO DO!<br>
<br>
</div></div>As you can see the documentation is lagging the implementation... namespaces have been in Gambit for quite a long time!  I have hesitated documenting them because I was hoping the R6RS process would propose a module system that would subsume namespaces, but that didn't happen.<br>


<br>
Anyway, the following links give a brief description of the namespace mechanism:<br>
<br>
  <a href="http://www.iro.umontreal.ca/~gambit/Gambit-inside-out.pdf" target="_blank">http://www.iro.umontreal.ca/~gambit/Gambit-inside-out.pdf</a> (pages 30 to 33)<br>
<div class="im">  <a href="http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Namespaces" target="_blank">http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Namespaces</a><br>
<br>
</div>The first link explains conventions to use in structuring Scheme code to get the equivalent of a simple module system.<br>
<br>
Some users have also written about Gambit namespaces:<br>
<br>
  <a href="http://smallnum.blogspot.com/2007/08/yay-for-simplicity-gambits-namespacing.html" target="_blank">http://smallnum.blogspot.com/2007/08/yay-for-simplicity-gambits-namespacing.html</a><br>
  <a href="http://phildawes.net/blog/2007/04/21/gambit-c-namespaces/" target="_blank">http://phildawes.net/blog/2007/04/21/gambit-c-namespaces/</a><br>
<font color="#888888"><br>
Marc<br>
</font><div><div></div><div class="h5"><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>
</div></div></blockquote></div><br>