Comment on The Weird and Wonderful Characters of ClojureparentComments−MBlume12yfn is a macro that knows how to apply destructuring rules, fn* is a primitive read by the clojure compiler and cannot apply destructuring rules.https://github.com/clojure/clojure/blob/master/src/clj/cloju...
Comments
fn is a macro that knows how to apply destructuring rules, fn* is a primitive read by the clojure compiler and cannot apply destructuring rules.
https://github.com/clojure/clojure/blob/master/src/clj/cloju...