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