Thanks Dave and Meikel, This is really useful. Maybe they should have been part of clojure.core; by the way the Class/forName thing completely took me by surprise. :-)
Regards, Shantanu On Oct 24, 4:07 pm, Meikel Brandmeyer <[email protected]> wrote: > Hi, > > On 24 Okt., 05:53, Shantanu Kumar <[email protected]> wrote: > > > I want to be able to detect arrays of other types too - e.g. > > char[], Integer[] etc. > > Other types can be done as "[C" (char), "[Ljava.lang.String;", etc. > You can get the types via type or class in the repl. > > Hope this helps. > > Sincerely > Meikel -- 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
