Welcome! Please see the About page for a little more info on how this works.

+1 vote
in Clojure by

Is it possible to add names to the functions emitted by defprotocol and the various extend-* macros?
It would make anything involving stack traces, from exceptions to profiling, more informative

1 Answer

0 votes
by
by
Partially, more of a superset, I don't see a reason not to name all the functions emitted by `emit-method-builder` to create the most legible traces and names.
...