Chapter 6. Modules & Libraries

Table of Contents
Simple Modules
Import Options
Libraries
A Sample Set of Libraries
Sealing

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.