Use the editors below to try out each mode.
Indent Mode
:
(defn foo [a b] (let [x (+ a b)] (println "The sum is" x)))
Paren Mode
:
(defn foo [a b] (let [x (+ a b)] (println "The sum is" x)))