Re: Keyword arguments in procedures specified in SRFIs Marc Feeley 22 Jul 2019 20:36 UTC
>
> On Jul 22, 2019, at 4:08 PM, John Cowan <xxxxxx@ccil.org> wrote:
>
> Marc: Is the syntax #:g0 for gensyms rereadable?
>
Yes… but eq-ness is not preserved because a new uninterned symbol is generated for each one:
> (eq? '#:foo '#:foo)
#f