Chapter 6. Modules & Libraries
Modules and libraries provide the structure of a Dylan
program. Modules represent namespaces and control access to objects and
functions. Libraries contain modules, and act as units of compilation
in a finished Dylan program.