GNU Info

Info Node: (guile.info)SLIB

(guile.info)SLIB


Next: POSIX Prev: Guile Extensions Index Up: Top
Enter node , (file) or (file)node

SLIB
****

Before the 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 Note: SLIB.

For example:

     guile> (use-modules (ice-9 slib))
     guile> (require 'primes)
     guile> (probably-prime? 13)

SLIB installation
JACAL

automatically generated by info2www version 1.2.2.9