chickadee » chicken » modules » included

Included modules

The CHICKEN system comes shipped with several modules. This section of the manual provides a reference guide to all the modules that are part of a standard installation. On top of these, you can install additional modules through the eggs system.

In addition to the core modules listed above, the following SRFI modules can be imported. These provide access to identifiers described by the SRFI, but which may already be defined by other parts of CHICKEN's standard library.

Other SRFI features may be supported but do not correspond to any importable module. Refer to cond-expand for a list of non-module SRFI feature identifiers.


Previous: Extensions to the standard

Next: Interface to external functions and variables