exemplar icon indicating copy to clipboard operation
exemplar copied to clipboard

Research clojure.tools.trace

Open alex-dixon opened this issue 6 years ago • 0 comments

Didn't realize this existed until now. May achieve better recording functionality. Inputs appear to be written out within the call to the form (e.g. (my-function [1 2 3])). Output is printed per normal.

https://github.com/clojure/tools.trace/blob/master/src/main/clojure/clojure/tools/trace.clj#L313

alex-dixon avatar Nov 19 '17 16:11 alex-dixon