Cyclone Scheme  0.28.0
Functions | Variables
Library table

A table of scheme libraries that are loaded. More...

Functions

void add_global (const char *identifier, object *glo)
 
void Cyc_set_globals_changed (gc_thread_data *thd)
 
object is_library_loaded (const char *name)
 
object register_library (const char *name)
 

Variables

list global_table
 

Detailed Description

A table of scheme libraries that are loaded.

A table of global variables.