This is the mail archive of the guile@sources.redhat.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: Keyword syntax


Frederic Brunel <brunel@mail.dotcom.fr> writes:

> I think I'm coming a bit too late to debate on language syntax but
> why keywords must be prefixed by a #?? It's a annoying in comparison
> with the Common Lisp syntax... In class definition its ugly! :-(

You can use

    (read-set! keywords 'prefix)

and after that, you can just write `:keyword' instead of `#:keyword'.

The alternate syntax using `#:' is there to be able to write keywords
in otherwise R5RS conformant code (which might use `:' in normal
symbols).
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

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