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 <[email protected] > wrote: > > 2013/4/7 Josh Kamau <[email protected]> > >> 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 [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 > --- > 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 [email protected]. > 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 [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 --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
