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 Peter McGoron 31 Aug 2026 00:06 UTC

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