<div dir="ltr">By all means write it up as a SRFI, then, and I'll add it to the ballot, even though we'll be voting before it can be finalized.  There is precedent for this, as long as there is a spec to work from.  Arthur is letting specs be posted without implementation these days, though not finalized without implementation.</div><br><div class="gmail_quote"><div dir="ltr">On Sun, Oct 28, 2018 at 11:48 AM Per Bothner <<a href="mailto:per@bothner.com">per@bothner.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/27/18 5:15 PM, John Cowan wrote:<br>
> Just a heads-up that I intend to propose SRFI 122 to become the standard multidimensional array package of R7RS-large (the alternatives being SRFI 25 and nothing).  It'll be voted on as-is, but an upwardly compatible SRFI could replace 122 at a later stage of voting.<br>
<br>
For what it is worth, Kawa's arrays are an extension of SRFI 25 and SRFI 4 (uniform vectors),<br>
including some additions from Racket's math.array package.<br>
<br>
<a href="https://www.gnu.org/software/kawa/Arrays.html" rel="noreferrer" target="_blank">https://www.gnu.org/software/kawa/Arrays.html</a><br>
<br>
Kawa treats regular vectors, uniform vectors, strings, and bytevectors as rank-1 arrays.<br>
Thus they can be inputs to array-transform and share-array.<br>
-- <br>
        --Per Bothner<br>
<a href="mailto:per@bothner.com" target="_blank">per@bothner.com</a>   <a href="http://per.bothner.com/" rel="noreferrer" target="_blank">http://per.bothner.com/</a><br>
</blockquote></div>