All of them, if you use in-ns:

(in-ns 'foo)
#<Namespace foo>

 > str
java.lang.Exception: Unable to resolve symbol: str in this context

  (clojure.core/refer-clojure)
-> nil

str
-> #<core$str__2981 clojure.core$str__2...@bf8aa92>

>
> I'm trying to get into more of how namespaces work. The refer function
> refers to all the public variables of a library. What is the point of
> refer-clojure, though? When would you use it? What variables of
> clojure.core are not normally present in a new namespace?
> >


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