Email list hosting service & mailing list manager

New draft of SRFI 130: Cursor-based string library Arthur A. Gleckler (14 May 2016 16:07 UTC)
Re: New draft of SRFI 130: Cursor-based string library Alex Shinn (14 May 2016 22:44 UTC)
Re: New draft of SRFI 130: Cursor-based string library William D Clinger (21 May 2016 06:53 UTC)
Re: New draft of SRFI 130: Cursor-based string library Alex Shinn (21 May 2016 16:38 UTC)
Re: New draft of SRFI 130: Cursor-based string library John Cowan (21 May 2016 17:01 UTC)
Re: New draft of SRFI 130: Cursor-based string library William D Clinger (21 May 2016 17:36 UTC)
Re: New draft of SRFI 130: Cursor-based string library John Cowan (22 May 2016 04:23 UTC)
Re: New draft of SRFI 130: Cursor-based string library William D Clinger (21 May 2016 17:23 UTC)
Re: New draft of SRFI 130: Cursor-based string library John Cowan (22 May 2016 06:38 UTC)
Re: New draft of SRFI 130: Cursor-based string library Alex Shinn (23 May 2016 02:49 UTC)
Re: New draft of SRFI 130: Cursor-based string library John Cowan (23 May 2016 03:50 UTC)
Re: New draft of SRFI 130: Cursor-based string library William D Clinger (23 May 2016 04:30 UTC)
Re: New draft of SRFI 130: Cursor-based string library Alex Shinn (23 May 2016 04:56 UTC)
Re: New draft of SRFI 130: Cursor-based string library John Cowan (23 May 2016 13:19 UTC)
Re: New draft of SRFI 130: Cursor-based string library William D Clinger (23 May 2016 15:45 UTC)
Re: New draft of SRFI 130: Cursor-based string library John Cowan (23 May 2016 16:52 UTC)
Re: New draft of SRFI 130: Cursor-based string library William D Clinger (23 May 2016 18:01 UTC)
Re: New draft of SRFI 130: Cursor-based string library John Cowan (23 May 2016 20:32 UTC)

New draft of SRFI 130: Cursor-based string library Arthur A. Gleckler 14 May 2016 16:07 UTC

I've just published a new draft of SRFI 130 from John Cowan.

<http://srfi.schemers.org/srfi-130/>

Here are John's notes about the change:

| Subject: Draft #5 of SRFI 130 plus updated implementation

| Attached is draft #5 of SRFI 130 and a new tarball based
| on SRFI 13 (don't forget to unpack it).  This version of
| the implementation is complete and has no known bugs,
| although there is no formal test suite.  I think it's
| ready for last call.

| I have also made an adaptation of the Chibi
| implementation, but it does have bugs, so I haven't
| included it.  It can go into the repo after finalization.

For ease of reference, here's the diff:

  <https://github.com/scheme-requests-for-implementation/srfi-130/commit/e9b31d9c7c5caff6afd6b5a63ad66348f9ba5422>

Regards,

SRFI Editor