I've just published draft #10 of SRFI 122. It was submitted by Bradley J. Lucier, author of the SRFI.
Here's the diff:
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