On Friday, September 19, 2014 2:53:24 AM UTC-4, Gomzee wrote:
>
> I am new to clojure can any one give me a good example answer to 
> differentiate between Use, Require and Import. Specially I am getting 
> confused with Require and Import.
>
>
To quote Craig Andera, "require is load"; see 
<http://www.infoq.com/presentations/Clojure-Namespaces-Vars-Symbols>. It's 
for loading Clojure libraries.

`import` is for making unqualified Java names available. It's for Java 
interop.

Don't use `use`. :)

-- 
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/d/optout.

Reply via email to