copyedits and language usage comments Peter McGoron (30 Aug 2026 23:44 UTC)
Re: copyedits and language usage comments Peter McGoron (31 Aug 2026 00:09 UTC)
Re: copyedits and language usage comments jobol (15 Sep 2026 07:12 UTC)
Re: copyedits and language usage comments jobol (15 Sep 2026 07:12 UTC)

Re: copyedits and language usage comments jobol 15 Sep 2026 07:11 UTC

Le Sun, 30 Aug 2026 20:06:26 -0400,
Peter McGoron <xxxxxx@mcgoron.com> a écrit :

> Another comment:
>
> The operators with backslashes in them will probably be awkward to
> write. The only way to write them in portable R6RS is \x5C; . It is
> easier in R7RS with |\\| (a very common extension in R6RS
> implementations), but using the vertical escapes is a little ugly.
>
> I would suggest using //, or something that does not require escaping.
>
> -- Peter McGoron
>

I changed to //, it is a good idea