Okay, if I look here:
http://clojure.github.com Can I assume that anything that starts with "clojure.core" is not a dependency? And everything else is? So this would be listed as a dependency if I use it: clojure.test.junit<http://clojure.github.com/clojure/clojure.test.junit-api.html> but I would not have to list this as a dependency: clojure.core.protocols<http://clojure.github.com/clojure/clojure.core.protocols-api.html> On Thursday, October 25, 2012 2:57:26 PM UTC-4, Sean Corfield wrote: > > On Thu, Oct 25, 2012 at 11:39 AM, larry google groups > <[email protected] <javascript:>> wrote: > > How do you know this? Where is this documented? I find myself baffled as > to > > what is a dependency and what is not. > > http://clojure.github.com > > If it's listed separated there, it's a contrib you need to pull in > explicitly. Otherwise it's part of Clojure itself. > > Clojure's namespaces are documented here (linked from 'clojure' in the > left column of the above page): > > http://clojure.github.com/clojure/ > -- > Sean A Corfield -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ > World Singles, LLC. -- http://worldsingles.com/ > > "Perfection is the enemy of the good." > -- Gustave Flaubert, French realist novelist (1821-1880) > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
