Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Next: Other Types, Previous: Symbols, Up: Simple Data Types [Contents][Index]
Keywords are self-evaluating objects with a convenient read syntax that makes them easy to type.
Guile’s keyword support conforms to R5RS, and adds a (switchable) read
syntax extension to permit keywords to begin with :
as well as
#:
, or to end with :
.