On Mar 28, 8:57 pm, Ram Krishnan <[email protected]> wrote: > Did you just need the name of the function? something like this?
Sorry, I should explained using code what I am looking for: (defmacro find-name [] ;; some magic here ..) (defn foo [] .. (println (find-name)) ; should print "foo" ..) I am looking for a way to write the `find-name` macro. So, you can see I want to use it with regular functions defined using `defn`. Shantanu -- 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
