Arcadia
Arcadia copied to clipboard
Get absolute file paths when using meta
Would it be possible for Arcadia to give absolute paths to clojure.core source files? Right now it gives "clojure/core.clj" which isn't very helpful.
(meta (resolve 'prn))
{:arglists ([& more]), :doc "Same as pr followed by (newline). Observes *flush-on-newline*", :added "1.0", :static true, :line 3706, :column 2, :file "clojure/core.clj", :name prn, :ns #object[Namespace 0x3e60ae00 "clojure.core"]}