Re: Keyword arguments in procedures specified in SRFIs
Peter Bex 23 Jul 2019 06:01 UTC
On Mon, Jul 22, 2019 at 10:57:33PM -0700, Per Bothner wrote:
> You seem to be confounding symbol->string and keyword->string.
>
> In Kawa, too:
> (keyword->string '#:foo) => "foo"
>
> Kawa has packages/namespaces (https://www.gnu.org/software/kawa/Namespaces.html).
> Plain Scheme symbols are in the "empty namespace" while keywords are in the "keyword namespace".
Ah, that makes sense. Sorry for the confusion!
Cheers,
Peter