On Tuesday, June 23, 2015 at 10:40:25 AM UTC-4, Ritchie Cai wrote: > > I always have (:use clojure.core) in a new namespace. Is that necessary or > is clojure.core is automatically interned when a new namespace is created? >
"It depends." Yes if you use (ns foo) ..., but not apparently if you use (in-ns 'foo) which might be done in certain metaprogramming situations, or during repl experimentation. -- 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.