clojure - ClojureClr source macro: Source not found for standard library functions -
i'm trying print source code function source not found
user=> (source map) ; source not found ; nil i using clojureclr 1.6.0 running clojure.main.exe. don't have clojure .clj source files. missing?
edit:
it says here file clojure/core.clj, 
user=> (meta (resolve `map))  ; .....   :file "clojure/core.clj", ..... should folder in specific path? relative repl or something?
i downloaded source , copied clojure.main.exe folder , works now.
this great tutorial how clojure's namespaces , libraries work , relationship filesystem.
Comments
Post a Comment