keywords

Alain MELLAN (ma14@stm.com)
Wed, 24 Sep 1997 10:21:24 +0200

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.