> On Feb 25, 2021, at 10:12 AM, Norman Gray wrote:
>
>
> I think this is called 'zip', or a convolution [1]. The variant you describe
> is (effectively) with circular lists, but seems to be the same principle.
>
> ...and I see that, with that name in hand, SRFI/1 does indeed have a zip
>
Kevin, hello.
On 25 Feb 2021, at 17:07, Kevin Forchione wrote:
As you can see each element of the sublist corresponds to the list-ref
of the modulo n (length sublist) as n proceeds from 0 to some maximum
value. I’ve created a function that does exactly this, but …
I’ve no idea what this pr
Hi guys,
I’m trying to find out what this process may be called. Suppose you have lists
of various lengths:
‘(A B C D E F)
‘(1 2)
‘(3 4 5)
And you want tho produce the following:
'((A 1 3) (B 2 4) (C 1 5) (D 2 3) (E 1 4) (F 2 5) (A 1 3) (B 2 4) (C 1 5) (D 2
3) ...)
As you can see each element
3 matches
Mail list logo