Thanks for answering both questions. I believe I saw some musical package,
so maybe I will look at that code. Thanks so much :)
On Fri, Aug 17, 2012 at 7:20 PM, Stephen Compall
wrote:
> On Sun, 2012-08-12 at 19:55 -0700, Hugo Estrada wrote:
> > 1. What is the best practice with namespaces? Should
On Sun, 2012-08-12 at 19:55 -0700, Hugo Estrada wrote:
> 1. What is the best practice with namespaces? Should I follow
> java-style namespacing names, or does clojure has its own favored
> style?
Most packages simply have a prefix matching the name of the package,
without domain. This isn't unive
Hi, there,
I have a practical questioned followed by a general questions.
1. What is the best practice with namespaces? Should I follow java-style
namespacing names, or does clojure has its own favored style?
2. Is there a reference somewhere out there where I could consult these
kinds of ques