Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: Reporting Bugs, Previous: Writing Guile Extensions, Up: Hello Guile! [Contents][Index]
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.
For more details on the module system beyond this introductory material, See Modules.
• Using Modules: | ||
• Writing new Modules: | ||
• Putting Extensions into Modules: |