admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
2015-10-04T01:55:00.000010Z

Is there a version of https://github.com/clojure/tools.trace that stores arguments and results somewhere instead of printing them out?

2015-10-04T01:56:10.000012Z

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.

dottedmag 2015-10-04T08:51:16.000013Z

@danielwoelfel: use with-redefs on clojure.tools.trace/tracer? Untried, but documentation for tracer suggests it.

2015-10-04T21:35:26.000017Z

anyone here running clojure on appengine?