On 20 September 2010 14:55, Jeff Rose <[email protected]> wrote: > I'd recommend taking a look at the implementation of dotrace (last > function in the file): > > http://github.com/richhickey/clojure-contrib/blob/master/src/main/clojure/clojure/contrib/trace.clj
clojure and clojure-contrib have moved from github.com/richhickey to github.com/clojure. Try this for the current location of trace.clj: http://github.com/clojure/clojure-contrib/blob/master/modules/trace/src/main/clojure/clojure/contrib/trace.clj -- Michael Wood <[email protected]> -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
