This is the mail archive of the guile@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]

keywords


I work on a project in Scheme where I use Guile for development (interactive
debugging) and Bigloo (scheme to C compiler) for production.

I would like to use the keyword features, but bigloo says that
according to DSSSL, keywords are <ident>:
as for Guile they are :<ident>

What does this DSSSL document specify?  (BTW, where can I find it
on-line?)

What's the right syntax for keywords? Is it possible for Guile to
recognize <ident>: keywords as well?

-- alain.