| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.22.2 Feature Tracking
Guile has a Scheme level variable *features* that keeps track to
some extent of the features that are available in a running Guile.
*features* is a list of symbols, for example threads, each
of which describes a feature of the running Guile process.
You shouldn’t modify the *features* variable directly using
set!. Instead, see the procedures that are provided for this
purpose in the following subsection.
| 6.22.2.1 Feature Manipulation | Checking for and advertising features. | |
| 6.22.2.2 Common Feature Symbols | Commonly available features. |
This document was generated on April 20, 2013 using texi2html 5.0.
