File: node.texi

package info (click to toggle)
s48-refman 1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 712 kB
  • sloc: makefile: 37
file content (20 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@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.