This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: interface reductions


Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:

> So, what is a typical use of a keyword (in comparison to using symbols
> instead)?

they are very convenient in the context of function arglists.
i.e. you use keywords to name arguments.  this is mostly an aesthetic
reason, of course.

> And what does it mean that a keyword is self-evaluating?

guile> #:b
#:b
guile> '#:b
#:b

-- 
newsgroup volume is a measure of discontent.                 -- Erik Naggum

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]