Belun writes:
> why isn't the type of a function : clojure.lang.IFn ?
> it's this instead :
> user=> (type #(str "wonder" "what" "this" "is"))
> user$eval7$fn__8

user> (class #(str "wonder" "what" "this" "is"))
user$eval3515$fn__3516
user> (pprint1 (ancestors *1))
#{clojure.lang.Fn
  clojure.lang.IMeta
  java.lang.Runnable
  java.lang.Object
  clojure.lang.IObj
  clojure.lang.IFn
  java.util.concurrent.Callable
  clojure.lang.AFn
  clojure.lang.AFunction
  java.io.Serializable
  java.util.Comparator}
nil

> would love if you would [...]
>
Sorry, no love tonite.  
-- 
   Take it Easy          Don't Hurry            Be Happy

                           Thierry

°¨¨¨¨°şo§oş°¨¨¨¨°şo§oş°¨¨¨¨°şo§oş°¨¨¨¨°şo§oş°¨¨¨¨°şo§oş°¨¨¨¨°

-- 
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

Reply via email to