Let's say that I have a parser library--let's call it FnParse--that I want to share with the world and let others use. If it requires another library, say, clojure.contrib.test-is, is there a way for me to indicate that that library is required? Or is the only thing I may do is indicate it in the library's documentation?
Also, how should I create a name for the library's namespace? Is the clojure top-level domain reserved for clojure.core and clojure.contrib? Can I use something like "clojure.fnparse"? Or should I follow the Java package conventions and name it "name.smith.bob.fnparse" (after my .name domain, the only domain I have)? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---