DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(guile.info.gz) SLIB

Info Catalog (guile.info.gz) Deprecated (guile.info.gz) Top (guile.info.gz) POSIX
 
 37 SLIB
 *******
 
 Before the SLIB facilities can be used, the following Scheme expression
 must be executed:
 
      (use-modules (ice-9 slib))
 
    `require' can then be used as described in  SLIB (slib)Top.
 
    For example:
 
      guile> (use-modules (ice-9 slib))
      guile> (require 'primes)
      guile> (probably-prime? 13)
 

Menu

 
* SLIB installation
* JACAL
 
Info Catalog (guile.info.gz) Deprecated (guile.info.gz) Top (guile.info.gz) POSIX
automatically generated byinfo2html