In 1.2.x, functions defined with defn had metadata attached: user=> (meta odd?) {:ns #<Namespace clojure.core>, :name odd?, :file "clojure/core.clj", :line 1093, :arglists ([n]), :added "1.0", :doc "Returns true if n is odd, throws an exception if n is not an integer"}
In 1.3, this metadata is missing: user=> (meta odd?) nil The previous behavior was useful. I made use of it. Is it a bug that it's gone away? If not, what's the reasoning behind the change? ----- Brian Marick, Artisanal Labrador Now working at http://path11.com Contract programming in Ruby and Clojure Occasional consulting on Agile -- 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