Re: The rest of the issues I found:
Alex Shinn 13 Mar 2016 04:46 UTC
On Mon, Feb 29, 2016 at 9:46 PM, Jim Rees <xxxxxx@gmail.com> wrote:
> I noticed Chibi's string-find-right returns the matching index + 1, or START
> on failure, instead of what this SRFI would suggest.
>
> After playing with my own proposal, and realizing that every find-right
> result has to be incremented by 1 to be useful, I realize Chibi is doing it
> better.
Credit where it's due, this was Alan Watson's idea.
I wasn't sure at first, but it does simplify a lot of idioms.
Removing the need for a separate "before start" cursor
is also a nice simplification.
--
Alex