Email list hosting service & mailing list manager

ASCII string comparison Lassi Kortela (23 Sep 2019 18:30 UTC)
Re: ASCII string comparison John Cowan (24 Sep 2019 01:38 UTC)
Re: ASCII string comparison Lassi Kortela (24 Sep 2019 19:56 UTC)
Re: ASCII string comparison John Cowan (24 Sep 2019 20:01 UTC)
Re: ASCII string comparison Lassi Kortela (24 Sep 2019 20:07 UTC)
Do string ports need to be closed? Lassi Kortela (26 Sep 2019 15:26 UTC)
Re: Do string ports need to be closed? John Cowan (26 Sep 2019 15:47 UTC)

Do string ports need to be closed? Lassi Kortela 26 Sep 2019 15:26 UTC

>> I'd provide all five ci procedures; people will expect them.
>
> I'll add them and make a new draft.

I'm implementing these using `open-input-string` which ought to be
faster than `string-ref` on big strings. Does the port it returns need
to be closed - does it matter? I'd imagine adding `call-with-port` makes
things slower, and the port is going to be GC'ed soon even without it.