<div class="gmail_quote">2011/10/14 Hendrik Boom <span dir="ltr"><<a href="mailto:hendrik@topoi.pooq.com">hendrik@topoi.pooq.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


Well, I found other items on gmane's archive of this mailing list.  IT<br>
looks as if the answer is that Gambit itself doesn't provide modules at<br>
all, despite the mention in the Tour of Scheme in Gambit.  But it seems<br>
that there exists a completely separate module facility that can be used<br>
with it.  With its own installation instructions.  And by the way, one<br>
should use (import ...) instead of (use ...)<br></blockquote><div><br>Indeed.<br><br>Gambit as a Scheme environment is with benefit separated from module handling functionality, as module systems tend not to be 'universal' 'one-fits-everything' solutions.<br>

<br>A Tour of Scheme in Gambit is intended to give a programmer an introductory glimpse of practical use of Gambit. In total one short chapter only touches Black Hole, as to show that you can do modules in Scheme and the benefit of it. This is one of in total two mentionings of Gambit-external libraries in the document, the other one being ssax-sxml.<br>

 <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Really, this information shouldn't be that hard to find.<br></blockquote><div><br>With the generality of Scheme comes that the amount of possible setups are infinite.<br><br>Thus the strong separation language environment from module system, module system from libraries.<br>

<br>I understand you may have suggestions for improvement on the documentation about second or third of these, if so feel free to post these when you have them.<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



And is there a good reason why so many manuals on the gambit web site are<br>
in pdf, odt, and doc formats and not in the obvious web-friendly html?<br></blockquote><div><br>What's in these formats are the documents "A Tour of Scheme in Gambit" and the Black Hole documentation, neither of which are Gambit manuals but solely Gambit-related documents, similar to what's collected on the Dumping grounds.<br>

<br>Those docs were written in this format since it suited them at least of the time of writing. The further document is intended for print solely so for it a format other than html fits.<br><br>The latter one could with benefit be switched from odt as source format to html; you are the first one who asks for this.<br>

<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

I'll report again when I've worked through the BlackHole installation.<br></blockquote><div><br>In relation with Black Hole, that you already downloaded at <a href="https://github.com/pereckerdal/blackhole">https://github.com/pereckerdal/blackhole</a> , there is a bundle of libraries that can be used within the (std) module resolver at <a href="https://github.com/pereckerdal/blackhole-libs">https://github.com/pereckerdal/blackhole-libs</a> , also check some updates posted on this ml the 18:th of may this year.<br>

<br>These are for the master branch. With the syntactictower branch of Black Hole, a set of SRFI:s are bundled, and this abovementioned bundle of libraries.<br><br>Brgds<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<br>
-- hendrik<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>
</blockquote></div><br>