Thanks Michael and David.

You mean even if i use a fully qualified namespace such as
(clojure.inspector/inspect ....) , i will still need to have 'required' the
namespace?   ... In java, if i use the fully qualified class name (e.g
java.util.Date), i dont have to import it.

Regards
Josh


On Sun, Apr 7, 2013 at 1:44 PM, Michael Klishin <michael.s.klis...@gmail.com
> wrote:

>
> 2013/4/7 Josh Kamau <joshnet2...@gmail.com>
>
>> Do i need to require/use or add any dependency ?
>
>
> Namespaces besides clojure.core need to be required. REPLs such as REPLy
> may require a few additional
> ones for you, sometimes.
>
> http://clojure-doc.org/articles/language/namespaces.html
> --
> MK
>
> http://github.com/michaelklishin
> http://twitter.com/michaelklishin
>
> --
> --
> 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.
>
>
>

-- 
-- 
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