Incompatibility with SRFI-4 Marc Feeley (11 Mar 2005 19:28 UTC)
Re: Incompatibility with SRFI-4 Michael Sperber (12 Mar 2005 15:33 UTC)
Re: Incompatibility with SRFI-4 Marc Feeley (12 Mar 2005 16:58 UTC)
Re: Incompatibility with SRFI-4 Per Bothner (13 Mar 2005 06:09 UTC)

Incompatibility with SRFI-4 Marc Feeley 11 Mar 2005 19:28 UTC

I wonder why you did not use the SRFI-4 names for your byte-vector
procedures.  Your rationale says

    "This SRFI is related to SRFI 4 (Homogeneous numeric vector
    datatypes), which also provides vectors of bytes. However, the
    extension described here does not require any extensions to the
    syntax of the underlying Scheme system."

so why not use exactly the same procedure names as SRFI-4, but simply
not support the external representation #u8(...), i.e. so that SRFI-4
is a pure extension of SRFI-66.  I just don't see any good reason to
invent a new SRFI-4 incompatible API for byte-vectors given that many
Scheme implementations currently support SRFI-4.

Marc