> 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
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
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
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