Why are some (many) of Clojure's built-in functions defined using def, not defn?
I know that defn is a shortcut for def, but I'm wondering if there's some other reason such as efficiency/readability/style considerations/bootstrapping.
|
Why are some (many) of Clojure's built-in functions defined using I know that |
|||
|
|
|
Read further down in clojure/core.clj - |
||||
|