Thank you Meikel. I just didnt encounter that information before ;-) I'm still in the process of learning the core lib, so while learning I sometimes avoid the contrib libraries, and try myself. Here this proved educating again ;-) (wouldn't do so for production ;-)
Thank you and regards, alux On 18 Mrz., 11:21, Meikel Brandmeyer <[email protected]> wrote: > Hi, > > Java methods are not clojure functions. To treat them like first-class > functions you have to wrap them in clojure functions as you did in > your second example. > > For your actual task: you might want to look at clojure.contrib.repl- > utils/show. > > Sincerely > Meikel -- 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
