I've just published draft #4 of SRFI 231. It was submitted by Bradley J. Lucier, author of the SRFI.
Here are Bradley's comments on the draft:
srfi-231.scm:
- Specify that list*->array and vector*->array build specialized arrays.
- Add example implementatin of Conway's Game of Life.
- Thank Jens Axel Søgaard.
srfi-231.html:
- Regenerate from srfi-231.scm.
test-arrays.scm:
- Add instructions to compile the library in Gambit when testing.
- Add example implementing Conway's Game of Life.
Here is the commit summary:
Here's the diff:
https://github.com/scheme-requests-for-implementation/srfi-231/compare/draft-3..draft-4
Regards,
SRFI Editor