Re: Common Lisp-style tracing?

2009-09-30 Thread mike
Thanks! This is just what I wanted. The latest version is at: http://paste.lisp.org/display/71652 Best, Mike On Sep 30, 12:33 am, Meikel Brandmeyer wrote: > Hi, > > maybe the following comes close? > > http://groups.google.com/group/clojure/browse_thread/thread/3ea877788... > > Sincerely >

Re: Common Lisp-style tracing?

2009-09-30 Thread Meikel Brandmeyer
Hi, maybe the following comes close? http://groups.google.com/group/clojure/browse_thread/thread/3ea8777880231e18/6fd1b352ac1a6744?lnk=gst&q=trace#6fd1b352ac1a6744 Sincerely Meikel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Common Lisp-style tracing?

2009-09-29 Thread mike
Hi, I am coming from Clojure from Common Lisp and was surprised to find that Stuart Sierra's clojure.contrib.trace was not the same as Common Lisp's trace function. Are there any libraries out there that will give me the basic trace/untrace functionality that I am used to in Common Lisp? Common