isLetter accepts single characters, you gave it a string with a length of one. The error is caused by reflection when clojure searches for a function with the signature isLetter(String)
On Monday, June 7, 2010, AJ Sterman <idonthav...@gmail.com> wrote: > (Character/isLetter "x") > #<CompilerException java.lang.IllegalArgumentException: No matching > method found: isLetter (NO_SOURCE_FILE:79)> > > i tried a few "use ' " and there was no avail > > Thank you for trying to help > > -- > 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 -- 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