node.texi 706 B

123456789101112131415161718192021
  1. @node Module system
  2. @chapter Module system
  3. Scheme48 has an advanced module system that is designed to interact
  4. well with macros, incremental compilation, and the @embedref{User
  5. environment, interactive development environment's} code reloading
  6. facilities for rapid program development. For details on the
  7. integration of the module system and the user environment for rapid
  8. code reloading, @pxref{Using the module system}.
  9. @menu
  10. @include module-sys/menu.texi
  11. @end menu
  12. @include module-sys/arch.texi
  13. @include module-sys/language.texi
  14. @include module-sys/macros.texi
  15. @include module-sys/type.texi
  16. @c @include module-sys/discuss.texi
  17. @c @include module-sys/security.texi @c Could be interesting to add.