You are looking at historical revision 35463 of this page. It may differ significantly from its current revision.

Module (chicken module)

This module provides special forms to define your own modules and to control visibility of identifiers in those modules.

TODO: Move everything from the old "Modules" page here? It's a bit weird considering that's halfway between tutorial and reference.

current-module

[syntax] (current-module)

This will expand to a symbol which matches the current module's name when used inside a module. If not inside a module (i.e., at toplevel), this expands to #f.


Previous: Module (chicken memory representation)

Next: Module (chicken pathname)