Andy Wingo scripsit: > The word "library" appears in 5.5.1. Suggestion: be consistent with > the use of one term. If "module" is it, then use it.
Fixed. Also removed the confusing references to library syntax in section 4. > The documentation states: > > The forms from all `begin', `include', and `include-ci' declarations > are expanded in the order in which they occur in the module > declaration. > > In what order are the `cond-expand' forms expanded? Added. > In what order are the requisite modules loaded (via `import')? The implementation can do what it likes. IMAO, users who rely on the order of module loading deserve to lose. Specifically, the side effects (if any) of a module should not interact with those of other modules, except in trivial ways like yammering to standard output. -- Newbies always ask: John Cowan "Elements or attributes? http://www.ccil.org/~cowan Which will serve me best?" [email protected] Those who know roar like lions; Wise hackers smile like tigers. --a tanka, or extended haiku _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
