Added a note about SRFI 74.

R5RS doesn't byte-swap as such: it gives you access to numeric values within bytevectors in either BE, LE, or native mode.

On Mon, Aug 19, 2019 at 11:31 AM Lassi Kortela <xxxxxx@lassi.io> wrote:
Just found SRFI 74 when searching for standard byte-swap (endian
conversion) procedures in Scheme. It talks about a "blob" datatype that
seems fully equivalent to a u8vector. Would be good to add a note to
SRFI 160 about its relationship to 74.

Doesn't R6RS have anything for byte-swapping? I recall possibly coming
across something but can't find it now.