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 |