Hi again, Am 03.05.2012 um 18:59 schrieb Meikel Brandmeyer:
> user=> (def f nil) > #'user/f > user=> (binding [*print-length* 32] (clojure.pprint/pprint f)) > nil Of course I should have printed the Var. user=> (binding [*print-length* 32] (clojure.pprint/pprint #'f)) #<Var@4a3a6e5c: nil> Kind regards Meikel -- 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