I've just published draft #10 of SRFI 122.  It was submitted by Bradley J. Lucier, author of the SRFI.

  <http://srfi.schemers.org/srfi-122/>

Here's the diff:

  <https://github.com/scheme-requests-for-implementation/srfi-122/pull/9>

Here are Bradley's comments on this draft:

  generic-arrays.scm:

  Comment out impossible code instead of just documenting it.

  test-arrays.scm

  Add array-extract tests to ensure test coverage
  of generic-arrays.scm.

  srfi-122.scm:

  Explain that one could add "sharing" for generalized array with a
  fixed overhead cost, but we chose not to do so.

Regards,


SRFI Editor