Re: clojure.contrib.trace enhancement proposal: dotrace

2009-06-17 Thread Michel Salim
You're welcome -- the changes are in my github fork of Rich's clojure- contrib repository, http://github.com/hircus/clojure-contrib/tree/master I'll send you a pull request, but it appears that you're not on github just yet. -- Michel On Jun 17, 1:13 pm, Stuart Sierra wrote: > Hi Michel, > Th

Re: clojure.contrib.trace enhancement proposal: dotrace

2009-06-17 Thread Stuart Sierra
Hi Michel, Thanks for working on this! I'm going away this week, but I'll be sure to look at this more closely when I get back. (I wrote the first c.c.trace, it may have been modified by others since.) -Stuart Sierra On Jun 16, 7:13 pm, Michel Salim wrote: > I've often felt the need to enable

clojure.contrib.trace enhancement proposal: dotrace

2009-06-16 Thread Michel Salim
I've often felt the need to enable tracing on some particular functions, but do not really want to modify their definitions and then add a requirement on clojure.contrib.trace. Here's a macro I came up with, inspired by the tracing syntax in Chez Scheme: (defmacro dotrace "Given a sequence of f