Email list hosting service & mailing list manager

Re: Updated fork of SRFI 122, Nonempty Intervals and Generalized Arrays Marc Nieper-Wißkirchen (30 Oct 2018 06:49 UTC)
Re: Updated fork of SRFI 122, Nonempty Intervals and Generalized Arrays Bradley Lucier (16 Nov 2018 19:25 UTC)

Re: Updated fork of SRFI 122, Nonempty Intervals and Generalized Arrays Bradley Lucier 16 Nov 2018 19:25 UTC

On 10/27/18 4:29 PM, Bradley Lucier wrote:
> I maintain a fork of SRFI 122
>
> https://github.com/gambiteer/srfi-122/
>
> where I've added a few things that were not in the finalized SRFI,
> specifically the routines
>
> interval-cartesian-product
> array-outer-product
> array-assign!

I've added another update that implements and documents

array-tile

The implementation also has a bug fix for array-every and array-any
(that hits only for two-, three-, and four-dimensional arrays whose last
array dimension has sidelength one, so it was missed in previous
testing, sorry).  The new code is in

(macro-make-predicates)

I plan to send a fix for this one implementation problem for addition to
SRFI-122.

Brad