On Oct 11, 2011, at 7:20 PM, Sean Corfield wrote:
> user=> (meta #'clojure.core/odd?)
> {:ns #<Namespace clojure.core>, :name odd?, :arglists ([n]), :added
> "1.0", :static true, :doc "Returns true if n is odd, throws an
> exception if n is not an integer", :line 1323, :file
> "clojure/core.clj"}I understand that. Useful code is sometimes given a function object to work with, not a Var. ----- 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 [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
