SRFI 74 (Octet-Addressed Binary Blocks) blobs as SRFI 160 vectors Lassi Kortela (19 Aug 2019 15:31 UTC)

SRFI 74 (Octet-Addressed Binary Blocks) blobs as SRFI 160 vectors Lassi Kortela 19 Aug 2019 15:31 UTC

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.