You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used a regular 14L list, the resulting permutation was as expected however.
Apparently the .I doesn't work correctly on bit-lists for some reason. If I prepend a ƶ and append a Ā, the permutations builtin does work correct: Try it online. (I would have expected the same result here.)
EDIT: ƶ + Ā doesn't always work as work-around, so I have to use ā< and è instead. Discovered when I was working on my answer here.
The text was updated successfully, but these errors were encountered:
I was working on this 05AB1E port of this J answer for the Shift Braille down codegolf challenge, but I was getting incorrect results.
When I used a regular
14L
list, the resulting permutation was as expected however.Apparently the
.I
doesn't work correctly on bit-lists for some reason. If I prepend aƶ
and append aĀ
, the permutations builtin does work correct:Try it online. (I would have expected the same result here.)
EDIT:
ƶ
+Ā
doesn't always work as work-around, so I have to useā<
andè
instead. Discovered when I was working on my answer here.The text was updated successfully, but these errors were encountered: