I often need to swap s-expressions. How can I do that with paredit? I want to do things like the following:
(list |1 0)
(list 0 |1)
or:
(list 1 |0)
(list |0 1)
I often need to swap s-expressions. How can I do that with paredit? I want to do things like the following:
(list |1 0)
(list 0 |1)
or:
(list 1 |0)
(list |0 1)