(clojure.repl/source-fn 'qw) will give you the source. On Fri, Mar 2, 2012 at 10:32 AM, Nikem <[email protected]> wrote: > Hi. > > Is it possible to pretty print a source code of the function defined > with defn? I have tried the following: > > (defn qw [] > (inc 2)) > > (with-pprint-dispatch code-dispatch (pprint qw)) > > And got #<user$qw user$qw@4743bf3d>. But I would like to get at least > "(inc 2)". Is it possible at all? > > Nikem > > -- > 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
-- 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
