On Thu, Sep 30, 2010 at 12:30 AM, Mark Engelberg <[email protected]> wrote: > Except that if you use .toUpperCase, you have to remember to type hint > the input. Any time you call a Java method without type hinting, you > take a significant performance hit. The wrapper function takes care > of that for you.
Good to know, thanx Mark. Keep 'em coming folks, this is exactly what I was hoping for when I posted the question. -- Sean A Corfield -- (904) 302-SEAN Railo Technologies, Inc. -- http://getrailo.com/ An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- 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
