Hi On Sun, Apr 19, 2009 at 8:30 PM, Stuart Sierra <[email protected]> wrote: > > Hi folks! 3 new libs in contrib for your enjoyment. > > clojure.contrib.find-namespaces: > Functions to search files in CLASSPATH, directory trees, or JAR files > for Clojure namespace declarations, without loading them. This means > you can do things like "load all the available namespaces that start > with my.cool.library". Example:
Nice :) [...] > clojure.contrib.jar: > Small utilities for examining JAR files. How about lowercasing the filename and testing against ".jar" instead of testing against ".jar" and ".JAR", but leaving out ".Jar" and other permutations? -- Michael Wood <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
