You are looking at historical revision 35462 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 a symbol equal to the current module's name when inside a module. If not inside a module (at toplevel), expands to #f.


Previous: Module (chicken memory representation)

Next: Module (chicken pathname)