On 6/23/07, William D Clinger <will at ccs.neu.edu> wrote:
>
> > I think it is surprising you would embrace this "feature". It means
> > either the library "variables" are mutable or have a sort of dynamic
> scope.
> > By the latter, I mean that if I reference a certain standard library
> when
> > writing a library, that's the one that's in lexical scope.
> > So are library variables really mutable in this fashion in this
> draft?
> > If so, it seems inconsistent.
>
> No, library variables are not mutable, and there is no
> dynamic scope.
In light of your comments, I am having some difficulty interpreting the
draft.
On the one hand, the draft reads as though their should be no semantic
distinction between pre-compiled libraries and libraries appearing in source
form. It would also appear, to a naive reader such as myself, that a
precompiled library would use the import libraries in effect at the time of
compilation, making the library "parameters" into "bindings". I certainly
see no _explicit_ suggestion that import parameters should be regarded as
parameters to be resolved at the time of top-level compilation rather than
bindings resolved at the time of library compilation. It could be there
explicitly and I have simply missed it, or it could be there implictly
(intentionally) and I have not made the deduction, or it could be an
unintended implicit consequence and you are pointing it out.
In some sense, I would think that, in the absence of an explicit
library form to the contrary, the name of a standard library should be
understood to scope to the meaning specified in the standard, and the
failure of an implementation to map the library to a matching meaning should
be regarded as a failure of the implementation, not a matter of freedom in
how to map library names to file names. For all non-standard libraries,
Will's observation about the indefiniteness of mapping library names to the
file system seems accurate.
If someone would enlighten me as to the underlying intentions of the
editors on this issue (what is the nature of the library namespace), I would
surely appreciate it.
Lynn
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.r6rs.org/pipermail/r6rs-discuss/attachments/20070626/4129a971/attachment.htm
Received on Tue Jun 26 2007 - 10:52:22 UTC