Yes, this is what I meant. The R6 standard has just come out and I haven't had time to really check it thorugh yet. It contains libraries which are more restricted than our more general modules.<br><br>Robert<br><br><div>
<span class="gmail_quote">On 28/11/2007, <b class="gmail_sendername">Bengt Kleberg</b> <<a href="mailto:bengt.kleberg@ericsson.com">bengt.kleberg@ericsson.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
greetings,<br><br>R6RS is available at <a href="http://www.r6rs.org">http://www.r6rs.org</a> . i think it includes a module<br>system hidden under the heading ''libraries''.<br><br><br>bengt<br>Those were the days...
<br>    EPO guidelines 1978: "If the contribution to the known art resides<br>    solely in a computer program then the subject matter is not<br>    patentable in whatever manner it may be presented in the claims."
<br><br><br>On 11/28/07 06:02, Richard A. O'Keefe wrote:<br>> On 27 Nov 2007, at 10:32 am, Robert Virding wrote:<br>>> Scheme allows defining a prefix within the a symbol which means it<br>>> refers to another module (library for them) so you would write:
<br>><br>> There is no such thing as a module in Scheme (up to R5RS; they were<br>> planning<br>> a module system for R6RS but I haven't kept up with that) and Scheme<br>> (again,<br>> up to R5RS) attaches no special significance to colons.
<br>><br>> That's Common Lisp.<br>><br>> Note that Common Lisp doesn't put *functions* in modules, it puts<br>> *symbols* (atoms) in packages.  Package prefix "syntax" in Common<br>> Lisp is
<br>> entirely lexical, there is no such thing as ((find-a-module):some-<br>> function ...)<br>> in that form.  (You can do it, you just can't do it using colons.)<br>><br>><br>> _______________________________________________
<br>> erlang-questions mailing list<br>> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions
</a><br>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://www.erlang.org/mailman/listinfo/erlang-questions">
http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>