| www.delorie.com/gnu/docs/guile/guile_408.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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
section `SLIB' in The SLIB Manual.
For example:
guile> (use-modules (ice-9 slib)) guile> (require 'primes) guile> (probably-prime? 13) |
37.1 SLIB installation 37.2 JACAL
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |