Next:
Standard Library
, Previous:
API Reference
, Up:
Top
7 Guile Modules
SLIB
: Using the SLIB Scheme library.
POSIX
: POSIX system calls and networking.
Web
: HTTP, the web, and all that.
getopt-long
: Command line handling.
SRFI Support
: Support for various SRFIs.
R6RS Support
: Modules defined by the R6RS.
Pattern Matching
: Generic pattern matching constructs.
Readline Support
: Module for using the readline library.
Pretty Printing
: Nicely formatting Scheme objects for output.
Formatted Output
: The
format
procedure.
File Tree Walk
: Traversing the file system.
Queues
: First-in first-out queuing.
Streams
: Sequences of values.
Buffered Input
: Ports made from a reader function.
Expect
: Controlling interactive programs with Guile.
sxml-match
: Pattern matching of SXML.
The Scheme shell (scsh)
: Using scsh interfaces in Guile.