Re: Contrib libs where the name starts with "core."

2013-07-07 Thread John Gabriele
Thanks, Jeremy, and thanks also for the additional info. :) On Sunday, July 7, 2013 12:12:05 PM UTC-4, Jeremy Heiler wrote: > > The "core" contribs are basically language extensions that don't need to > be shipped in the Clojure jar. In some case, they're better off being on > their own because

Re: Contrib libs where the name starts with "core."

2013-07-07 Thread Jeremy Heiler
The "core" contribs are basically language extensions that don't need to be shipped in the Clojure jar. In some case, they're better off being on their own because then their release cycles are independent from the core language. The other prefixes are used when it makes sense to use something m

Contrib libs where the name starts with "core."

2013-07-07 Thread John Gabriele
Why do some of the contrib library names begin with "core."? What's the difference between these and the other contrib libs (ex. java.jdbc or tools.reader)? -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clo