Next: iklib parameters, Previous: iklib load, Up: iklib [Index]
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.
• iklib modules api: | Defining modules. | |
• iklib modules examples: | Usage examples for modules. |