manpagez: man pages & more
info guile
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.3.4.2 Module Commands

REPL Command: module [module]

Change modules / Show current module.

REPL Command: import [module ...]

Import modules / List those imported.

REPL Command: load file

Load a file in the current module.

REPL Command: reload [module]

Reload the given module, or the current module if none was given.

REPL Command: binding

List current bindings.

REPL Command: in module expression
REPL Command: in module command [args ...]

Evaluate an expression, or alternatively, execute another meta-command in the context of a module. For example, ‘,in (foo bar) ,binding’ will show the bindings in the module (foo bar).


© manpagez.com 2000-2026
Individual documents may contain additional copyright information.