pre-srfi / substring

Substring library
0 stars 0 forks source link

What is this about? #1

Open johnwcowan opened 4 years ago

johnwcowan commented 4 years ago

Does it treat substrings as first-class objects? If so, how is it different from texts?

lassik commented 4 years ago

This is about the email thread we had a while back ("substring" in the title). We didn't make a clear decision about strings vs texts; we'll have to do that before submitting this to the SRFI process. We also didn't finish the API yet; there were a couple of proposals left floating in the end.

lassik commented 4 years ago

Substrings would be just ordinary strings (or immutable strings, or texts).

johnwcowan commented 4 years ago

I've posted those messages in discussion.txt. If you want to edit them, go ahead, of course.

On Mon, Sep 28, 2020 at 2:29 PM Lassi Kortela notifications@github.com wrote:

Substrings would be just ordinary strings (or immutable strings, or texts).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pre-srfi/substring/issues/1#issuecomment-700206603, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANPPBSDQUJHNGIKWRJFBE3SIDIZJANCNFSM4R4ZS2JA .

lassik commented 4 years ago

Thanks!

johnwcowan commented 4 years ago

Okay, I now have the end of the thread in proposal.md.

lassik commented 4 years ago

Great, thanks for writing it up!