Fork me on GitHub
#joker
<
2019-09-22
>
maio07:09:28

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

👍 4