Anything that starts with "clojure." is part of (some version of) clojure.

For Clojure 1.4, that's everything listed in "Table of Contents" on
the right side of the web page you'll find here:

http://clojure.github.com/clojure/

clojure.core
clojure.data
clojure.inspector
clojure.java.browse
clojure.java.io
clojure.java.javadoc
clojure.java.shell
clojure.main
clojure.pprint
clojure.reflect
clojure.repl
clojure.set
clojure.stacktrace
clojure.string
clojure.template
clojure.test
clojure.walk
clojure.xml
clojure.zip

That'll all be available without needing to add dependencies to your
project.clj. You'll just need to :require it as usual in your ns form.


On Thu, Oct 25, 2012 at 9:52 PM, larry google groups
<lawrencecloj...@gmail.com> wrote:
> 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
>
>
>
> but I would not have to list this as a dependency:
>
>
> clojure.core.protocols
>
>
>
>
>
>
> 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
>> <lawrenc...@gmail.com> 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 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 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

Reply via email to