Hello again,
I’m still struggling with those permutations
So here I am:
I have several list of list for ex: ((a a a a) (b b b b) (c c c c) (d d d d)…)
I would like the first list to permut once, the second twice, the third 3 times etc…
I tried to plug all wire possible in the loop but it’s just doesn’t work, so I might need some help here
Here is a patch to explain what I need
Thanks in advance…