|
|
|
|
|
by Totient
4409 days ago
|
|
I don't understand the difference between fn and fn* . After some brief experimenting in the REPL, they seem to behave exactly the same, the only difference being that fn* is what comes out of macro expanding the #( macro Is there a reason that the #( macro doesn't expand to plain old fn? |
|
https://github.com/clojure/clojure/blob/master/src/clj/cloju...