Fork me on GitHub
#beginners
<
2017-10-14
>
athomasoriginal17:10:00

Just want to confirm that an if form in Clojure would be the equivalent of a ternary in a language like JS - condition ? "val 1" : "val 2"?

noisesmith18:10:01

if a ternary didn't require the second result, yes