Node:Keywords, Next:Other Types, Previous:Symbols, Up:Simple Data Types
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
#:
.