[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.6 Simple Generic Data Types
This chapter describes those of Guile’s simple data types which are primarily used for their role as items of generic data. By simple we mean data types that are not primarily used as containers to hold other data — i.e. pairs, lists, vectors and so on. For the documentation of such compound data types, see Compound Data Types.
6.6.1 Booleans | True/false values. | |
6.6.2 Numerical data types | ||
6.6.3 Characters | Single characters. | |
6.6.4 Character Sets | Sets of characters. | |
6.6.5 Strings | Sequences of characters. | |
6.6.6 Bytevectors | Sequences of bytes. | |
6.6.7 Symbols | ||
6.6.8 Keywords | Self-quoting, customizable display keywords. | |
6.6.9 “Functionality-Centric” Data Types | "Functionality-centric" data types. |
This document was generated on April 20, 2013 using texi2html 5.0.