Fork me on GitHub
#parinfer
<
2018-08-01
>
henrik06:08:33

Hard to combine with Clojure though, isn’t it? Parinfer already aligns at the functions boundary. Maybe it could turn this:

{:the :where
 :small :another
 :berry :wolf
 :pancake :lives}
Into this:
{:the     :where
 :small   :another
 :berry   :wolf
 :pancake :lives}
Harmoniously with parinfer? On the other hand, should it?

henrik06:08:06

Structurally, it ends up emphasising the relationship of the items in the columns over than the items in the rows.