joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
maio 2019-09-22T07:11:28.010600Z

Is there some way to get source location (file/line/etc) from which macro has been called? foobar.joke

(defmacro foo [] ...)
(foo ...)
inside foo I would like to know that it's been called from foobar.joke:2

👍 1