SRFI 164: Enhanced multi-dimensional Arrays
Arthur A. Gleckler 03 Nov 2018 04:14 UTC
Scheme Request for Implementation 164,
"Enhanced multi-dimensional Arrays,"
by Per Bothner,
is now available for discussion.
Its draft and an archive of the ongoing discussion are available
at <https://srfi.schemers.org/srfi-164/>.
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 the array data type (a generalization of
vectors to multiple indexes or dimensions), along with a set of
procedures for working on them.
This specification is an extension of SRFI 25, with additions
from Racket’s math.array package and other sources. It has been
implemented in the Kawa dialect of Scheme.
Regards,
SRFI Editor