Closed jeremyheiler closed 11 years ago
I'm never sure whether to do this:
(defn foo "hello there. this is a multi-line doc" (inc 1))
or this:
Thoughts?
The first one is the idiomatic in Clojure, the second is idiomatic in Emacs Lisp (maybe in other Lisp dialects as well).
I'm never sure whether to do this:
or this:
Thoughts?