DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(guile.info.gz) Guile Modules

Info Catalog (guile.info.gz) Writing Extensions for Guile (guile.info.gz) Whirlwind Tour
 
 5.5 Guile Modules
 =================
 
 Guile has support for dividing a program into "modules".  By using
 modules, you can group related code together and manage the composition
 of complete programs from largely independent parts.
 
    (Although the module system implementation is in flux, feel free to
 use it anyway.  Guile will provide reasonable backwards compatibility.)
 
    Details on the module system beyond this introductory material can
 be found in  Modules.
 

Menu

 
* Intro to Using Guile Modules
* Intro to Writing New Modules
* Intro to Modules and Extensions
 
Info Catalog (guile.info.gz) Writing Extensions for Guile (guile.info.gz) Whirlwind Tour
automatically generated byinfo2html