Is there a version of https://github.com/clojure/tools.trace that stores arguments and results somewhere instead of printing them out?
A lot of times I’ll end up def-ing the arguments in a function to something so that I can debug. Would be nice to have something that did that automatically.
@danielwoelfel: use with-redefs
on clojure.tools.trace/tracer
? Untried, but documentation for tracer
suggests it.
anyone here running clojure on appengine?