Re: Namespaces and distinctness

2008-11-19 Thread verec
> The reason why is the first part of your domain is > unimportant and possibly likely to change. Much in the same way we have: java.lang.Math ... and ... com.sun.awt.AWTUtilites, or, even "better": com.sun.org.apache.* :-) :-) :-) :-) --~--~-~--~~~---~--~~ Yo

Re: Namespaces and distinctness

2008-11-19 Thread Paul Barry
I would prefer to see this not become a convention in Clojure. The reason why is the first part of your domain is unimportant and possibly likely to change. The hibernate project was a good example of this. They were first hosting it on sourceforge, so they made all their packages net.sf.hibern

Re: Namespaces and distinctness

2008-11-19 Thread mb
Hi, On 19 Nov., 09:47, Simon Brooke <[EMAIL PROTECTED]> wrote: > Java has a simple and neat convention for achieving global namespace > distinctness without the overhead of a central registry - you just > reverse your domain name and append a bit. Is there a similar > convention for Clojure names

Namespaces and distinctness

2008-11-19 Thread Simon Brooke
Java has a simple and neat convention for achieving global namespace distinctness without the overhead of a central registry - you just reverse your domain name and append a bit. Is there a similar convention for Clojure namespaces? --~--~-~--~~~---~--~~ You receive