Email list hosting service & mailing list manager

Naming convention David Kendal (22 Dec 2015 02:37 UTC)
Re: Naming convention Bradley Lucier (24 Aug 2016 17:50 UTC)

Re: Naming convention Bradley Lucier 24 Aug 2016 17:49 UTC

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