I've kinda asked this question before, but I framed in the context of
a suggestion, and the discussion got bogged down with no real answer.

So this time, let me keep it simple: if I have a small Clojure
library, "foo", which only has one namespace, what is the idiomatic
name for that namespace?

 - foo
 - foo.foo
 - foo.core
 - com.github.weavejester.foo

I don't intend to call "foo" from Java, so there is no genclass in the
namespace definition, and I do not intend to AOT compile the
namespace.

- James

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to