Hi,<br><br>Sorry that should be updated in the A t. of S. in G. document:<br><br>"X Module System" =>"Black Hole module system"<br>(use ...) => (import ...)<br>(module ...) => nothing<br><br>Saw you figured it out by yourself though.<br>

<br>Mikael<br><br><div class="gmail_quote">2011/6/1 Benjohn Barnes <span dir="ltr"><<a href="mailto:BENJOHN@fysh.org">BENJOHN@fysh.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
I'm reading in "A tour of Scheme in Gambit" about the "X Module System", on page 40:<br>
<br>
        <a href="http://dynamo.iro.umontreal.ca/%7Egambit/wiki/images/a/a7/A_Tour_of_Scheme_in_Gambit.pdf" target="_blank">http://dynamo.iro.umontreal.ca/~gambit/wiki/images/a/a7/A_Tour_of_Scheme_in_Gambit.pdf</a><br>
<br>
It mentions two forms: "module" and "use", and describes how a module will be recompiled if the module source is newer than the binary. This sounds great, but in gsi, or when I compile a file with gsc, neither "module" nor "use" are available:<br>


<br>
> gambit # gsi<br>
> Gambit v4.6.1<br>
><br>
> > module<br>
> *** ERROR IN (console)@1.1 -- Unbound variable: module<br>
> 1> (module a_module)<br>
> *** ERROR IN (console)@2.2 -- Unbound variable: module<br>
> 2><br>
<br>
Is this something that has been removed, or do I have to turn it on?<br>
<br>
Thank you,<br>
        Benjohn<br>
<font color="#888888"><br>
--<br>
<a href="mailto:benjohn@fysh.org">benjohn@fysh.org</a> - Twitter @benjohnbarnes - Skype benjohnbarnes - Mobile +44 (0) 7968 851 636<br>
<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>
</font></blockquote></div><br>