We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Talk:Length
Jump to navigation
Jump to search
Swap operator
It would make programs a bit easier. E.g. [a, b, c] -> [a, c, b]
Also, the ability to rotate the stack left and right would be nice:
[a, b, c, d] -> [d, a, b, c] [a, b, c, d] -> [b, c, d, a]