On 10 November 2010 02:50, Moritz Ulrich <ulrich.mor...@googlemail.com>wrote:
> 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. > There are some handy SLIME key bindings that can be useful when exploring a source file: - C-c RET -> (macroexpand-1) form at point - C-c M-m -> (macroexpand) form at point Regards, Stuart -- 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