DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) Included Guile Modules

Info Catalog (guile.info.gz) Module System Quirks (guile.info.gz) The Guile module system (guile.info.gz) Accessing Modules from C
 
 31.3.5 Included Guile Modules
 -----------------------------
 
 Some modules are included in the Guile distribution; here are references
 to the entries in this manual which describe them in more detail:
 
 *boot-9*
      boot-9 is Guile's initialization module, and it is always loaded
      when Guile starts up.
 
 *(ice-9 debug)*
      Mikael Djurfeldt's source-level debugging support for Guile (
      Debugging Features).
 
 *(ice-9 threads)*
      Guile's support for multi threaded execution ( Scheduling).
 
 *(ice-9 rdelim)*
      Line- and character-delimited input ( Line/Delimited).
 
 *(ice-9 rw)*
      Block string input/output ( Block Reading and Writing).
 
 *(ice-9 documentation)*
      Online documentation (REFFIXME).
 
 *(srfi srfi-1)*
      A library providing a lot of useful list and pair processing
      procedures ( SRFI-1).
 
 *(srfi srfi-2)*
      Support for `and-let*' ( SRFI-2).
 
 *(srfi srfi-4)*
      Support for homogeneous numeric vectors ( SRFI-4).
 
 *(srfi srfi-6)*
      Support for some additional string port procedures (
      SRFI-6).
 
 *(srfi srfi-8)*
      Multiple-value handling with `receive' ( SRFI-8).
 
 *(srfi srfi-9)*
      Record definition with `define-record-type' ( SRFI-9).
 
 *(srfi srfi-10)*
      Read hash extension `#,()' ( SRFI-10).
 
 *(srfi srfi-11)*
      Multiple-value handling with `let-values' and `let-values*' (
      SRFI-11).
 
 *(srfi srfi-13)*
      String library ( SRFI-13).
 
 *(srfi srfi-14)*
      Character-set library ( SRFI-14).
 
 *(srfi srfi-17)*
      Getter-with-setter support ( SRFI-17).
 
 *(ice-9 slib)*
      This module contains hooks for using Aubrey Jaffer's portable
      Scheme library SLIB from Guile ( SLIB).
 
 *(ice-9 jacal)*
      This module contains hooks for using Aubrey Jaffer's symbolic math
      package Jacal from Guile ( JACAL).
 
Info Catalog (guile.info.gz) Module System Quirks (guile.info.gz) The Guile module system (guile.info.gz) Accessing Modules from C
automatically generated byinfo2html