Talk:Length

From Esolang
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]