New draft (#4) of SRFI 207: String-notated bytevectors Arthur A. Gleckler (05 Oct 2020 15:56 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Wolfgang Corcoran-Mathe (05 Oct 2020 17:29 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Daphne Preston-Kendal (05 Oct 2020 18:05 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Wolfgang Corcoran-Mathe (05 Oct 2020 19:18 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Marc Nieper-Wißkirchen (05 Oct 2020 20:19 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Wolfgang Corcoran-Mathe (06 Oct 2020 05:44 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Wolfgang Corcoran-Mathe (06 Oct 2020 16:14 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Marc Nieper-Wißkirchen (06 Oct 2020 17:16 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Daphne Preston-Kendal (07 Oct 2020 09:07 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Marc Nieper-Wißkirchen (07 Oct 2020 09:24 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Daphne Preston-Kendal (07 Oct 2020 09:49 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Arthur A. Gleckler (07 Oct 2020 15:08 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Marc Nieper-Wißkirchen (07 Oct 2020 15:22 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Wolfgang Corcoran-Mathe (07 Oct 2020 15:57 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Marc Nieper-Wißkirchen (07 Oct 2020 16:06 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Wolfgang Corcoran-Mathe (07 Oct 2020 16:22 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Wolfgang Corcoran-Mathe (06 Oct 2020 18:14 UTC)
Re: New draft (#4) of SRFI 207: String-notated bytevectors Daphne Preston-Kendal (07 Oct 2020 10:01 UTC)

Re: New draft (#4) of SRFI 207: String-notated bytevectors Daphne Preston-Kendal 07 Oct 2020 09:49 UTC

On 7 Oct 2020, at 11:24, Marc Nieper-Wißkirchen <xxxxxx@nieper-wisskirchen.de> wrote:

> Alternatively, I would remove the reader notation from this SRFI
> altogether to possibly place them in a separate SRFI. In fact, the
> lexical syntax part of SRFI 207 is not really connected to the main
> procedural part. Some Scheme implementations may want to implement the
> procedures but do not (or cannot) implement the reader syntax; other
> implementations may like the reader syntax but not the procedures.
> Also, should we vote on this SRFI for inclusion in R7RS (large), there
> should really be two votes: One about the syntax, and one about
> bytestring interface. Having two SRFIs makes this easier.

In hindsight, I agree that merging these two SRFIs was a mistake. Mea
culpa.

Arthur, could we perhaps split them back out again into two separate
SRFIs without starting the process over? (Lawyering the process
document a bit, it says that the 60 day limit applies for *proposals*,
not SRFIs per se. Since the entire contents of the new SRFI have
already been discussed here, it would seem appropriate to consider the
new split-out SRFI — whether the split takes out the procedures or the
reader notation — to be the same proposal as already considered in this
one.)

> Marc

Daphne