>       user=> (show Class)
>       ===  public final java.lang.Class  ===
>       [ 0] static forName : Class (String)
>       [ 1] static forName : Class (String,boolean,ClassLoader)
>       [ 2] asSubclass : Class (Class)
>       [...]
>       nil
>       user=> (show Class 2)
>       #<Method public java.lang.Class
> java.lang.Class.asSubclass(java.lang.Class)>
>
> This shows that the entry point is at some level "really" expecting a
> Class and returning a Class.

Yeah, that makes sense.  Thanks!

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