Re: Bug: csc does not recognize user defined character names

HernĂ¡n Ibarra Mejia via Chicken-users <[email protected]> Fri, 26 Jun 2026 19:22:28 +0100
Newsgroups gmane.lisp.scheme.chicken
Message-ID <[email protected]>
On Fri Jun 26, 2026 at 7:00 PM BST, Kon Lovett wrote:
> runtime syntax extensions will not be recognized by the reader at compile=
 time. the compile time environment must be extended before source read.
>
> try the csc `-extend=E2=80=99 option.=20

Hmmm I knew this was the case for extensions defined with the read-syntax
module, since it is mentioned in the documentation of that module. I didn't=
 know
that those remarks applied more generally (perhaps that should be mentioned
somewhere?). Anyways, thanks for the solution!

Cheers,
Hern=C3=A1n