[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: constant-time access to variable-width encodings

This page is part of the web mail archives of SRFI 75 from before July 7th, 2015. The new archives for SRFI 75 contain all messages, not just those from before July 7th, 2015.



A week ago, Bear wrote:
> I think it would be reasonable to have eq? no longer guaranteed on
> multi-codepoint characters; use eqv? (or better yet, char=?) instead.

The R5RS does not require eq? to behave the same as eqv? on
characters, so I think Bear is advocating the status quo here.

Will