I don't think there's a full-featured macro debugger for clojure, but clojure has two simple functions called "macroexpand" and "macroexpand-1":
user> (doc macroexpand-1 ) ------------------------- clojure.core/macroexpand-1 ([form]) If form represents a macro form, returns its expansion, else returns form. On Tue, Nov 9, 2010 at 2:50 PM, Sunil S Nandihalli < sunil.nandiha...@gmail.com> wrote: > Hello everybody, > Today I just googled for macro-debugger and found the following ... > http://docs.racket-lang.org/macro-debugger/index.html > > I have not completely explored it yet .. however, I was wondering if there > is something similar for clojure.. is it possible to develop one? > > Thanks, > Sunil. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com<clojure%2bunsubscr...@googlegroups.com> > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Moritz Ulrich Programmer, Student, Almost normal Guy http://www.google.com/profiles/ulrich.moritz BB5F086F-C798-41D5-B742-494C1E9677E8 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en