6.3.90.900
colon-kw and kw-colon
source code: https://github.com/AlexKnauth/colon-kw
1 colon-kw
A meta-language that adds :kw syntax as an alternative to #:kw
to any racket language that looks at the current readtable.
For example,
Is a language like racket, except that :kw reads equivalent to
#:kw.
2 kw-colon
A meta-language that adds kw: syntax as an alternative to
#:kw.
For example,
Is a language like racket, except that kw: can be used in place of
#:kw.
These two meta-languages are compose-able as well, so you can use
to let :kw and kw: both work in the same file.