On 12/21/2015 09:33 PM, David Kendal wrote:
>
> The procedure array in this SRFI seems to me to violate this convention, since
> it takes as its arguments the tools used to build an array having particular
> contents, not the contents of the array itself. Therefore I think it should be
> renamed to make-array. In this specification there seems to be no provided
> procedure which could be called array in the usual way.
I agree with you and I've changed the procedure names
array => make-array
interval => make-interval
in an internal draft.
Brad