HI, I'm trying to convert a java stacktrace (generated by a clojure app) to a clojure stacktrace, just to use an internal util.
That means, that I go over the stacktrace and try to assemble what they were. In the process, I was wondering what are all the ways of defining anonymous functions - I saw "fn" and "reify" appear in the stacktrace. Other possibilities you may know? Thank you -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
