123456789101112131415161718192021 |
- @node Module system
- @chapter Module system
- Scheme48 has an advanced module system that is designed to interact
- well with macros, incremental compilation, and the @embedref{User
- environment, interactive development environment's} code reloading
- facilities for rapid program development. For details on the
- integration of the module system and the user environment for rapid
- code reloading, @pxref{Using the module system}.
- @menu
- @include module-sys/menu.texi
- @end menu
- @include module-sys/arch.texi
- @include module-sys/language.texi
- @include module-sys/macros.texi
- @include module-sys/type.texi
- @c @include module-sys/discuss.texi
- @c @include module-sys/security.texi @c Could be interesting to add.
|