I'm new and poking around in the docs. Is there a way to adjust the language so that keywords are :foo
, instead of #:foo
? I really like using keyword arguments, but I don't like the look of the latter.
2 Likes
You can simply use https://docs.racket-lang.org/colon-kw/
4 Likes