Next: , Previous: , Up: iklib   [Index]


6.36 Local modules

Modules are somewhat like libraries in that they define a set of syntactic bindings in a “private namespace”; syntactic bindings can be exported from a module and imported into other modules and libraries. The main difference between modules and R6RS libraries is that modules are defined in a single form nested into a library; so, in a way, they are sub–libraries.