ClojureVerse
'when' to denote absense of else-branch is a bad solution to an imaginary problem
Learning Resources
clojure
didibus
April 5, 2022, 4:15pm
22
if
does support single branch:
(if true "hello") ;;=> hello
show post in topic