How to access the source position while evaluating a clojure macro?
Inside of a macro I would like to get the source file and position of the caller of the macro.
Inside of a macro I would like to get the source file and position of the caller of the macro.