SRFI 160: Homogeneous numeric vector libraries
Arthur A. Gleckler 22 May 2018 21:22 UTC
Scheme Request for Implementation 160,
"Homogeneous numeric vector libraries,"
by John Cowan (based on SRFI 4 by Marc Feeley),
is now available for discussion.
Its draft and an archive of the ongoing discussion are available
at <https://srfi.schemers.org/srfi-160/>.
You can join the discussion of the draft by filling out the
subscription form on that page.
You can contribute a message to the discussion by sending it to
<xxxxxx@srfi.schemers.org>.
Here's the abstract:
This SRFI describes a set of datatypes for vectors whose
elements are of the same numeric type (signed or unsigned exact
integer or inexact number of a given precision). These
datatypes support operations analogous to the Scheme vector
type, but they are distinct datatypes. An external
representation is specified which may be supported by the read
and write procedures and by the program parser (i.e. programs
can contain references to literal homogeneous vectors).
Regards,
SRFI Editor