var nine)#'user/nineuser=>
#'nine#'user/nine
When used it will attempt to return the referenced var. This is useful when
you want to talk about the reference/declaration instead of the value it
represents. See the use of meta in the metadata (^) discussion.
在 2016年9月13日星期二 UTC+8上午10
Hi
Recently Read the code of clj_http, then I have one questions.
In the clj_http/client.clj
(def ^:dynamic request
(wrap-request #'core/request))
#‘ is very strange.I don't understand #' that mean after I searched some
the books of clojure.
And I test for eample :
(defn test1 [x]