This is the mail archive of the guile@cygnus.com mailing list for the guile project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Hi,
at the moment I am trying to integrate a module system written in C
into guile 1.3. Can anybody tell me what the following variables
are used for:
scm_top_level_env Is this the "root" module?
scm_system_module_env_p "system" module?
(scm_current_obarray == scm_symhash in my
module system)
Looking at boot.scm I see a system and a root module. What is the difference
between the two?
Jost