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 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

Reply via email to