keyword syntax

Doug Evans dje@sebabeach.org
Sun Aug 30 08:07:00 GMT 2009


Hi.

Keywords in Scheme have 3 possible forms:

#:foo
:foo
foo:

":foo" seems to be the most portable so fyi I'm going to switch
the code over to use that.  Guile supports it with
(read-set! keywords 'prefix).

cpu files will be switched over too.



More information about the Cgen mailing list