5 ms·
I think this might actually help, thanks! Maybe my problem was that when I write `(< a b)` I unconsciously read `< a`, which is where the confusion begins when
by phforms 4y ago
I think this might actually help, thanks!
Maybe my problem was that when I write `(< a b)` I unconsciously read `< a`, which is where the confusion begins when I don’t explicitly think about the order. But the skiing guy helps to make it clear und easy to imagine what is going on (especially when I keep in mind that the operator is variadic in Clojure) and hopefully this will replace my “autocomplete error” in the long run.