It would be nice if there is a keyword for `(def hello fn [] "Hello")` like in clojure `(defn hello [] "hello")`
It would be nice if there is a keyword for
(def hello fn [] "Hello")like in clojure
(defn hello [] "hello")