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 more specific. For 
example, the "java" prefix is for libraries that wrap existing Java libraries, 
"tools" is for libraries for Clojure tooling, and "data" is for working with 
various data formats and structures.

On July 7, 2013 at 4:34:47 AM, John Gabriele (jmg3...@gmail.com) wrote:

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 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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to