On 09/03/13 23:00, Korny Sietsma wrote:
Note that as of clojure 1.4 you can also do:
  (:require foo.bar :refer :all)
in fact from comments I've seen elsewhere there is a general intention to remove :use entirely?

a bare :use is essentially the same thing as :require :refer :all...none gives any insight about what is being brought in...my understanding is that since they do the same (bad) thing, let's stop using one of them...

so given this, my question can be re-phrased as ":use/[:require :refer:all] an entire namespace full of protocols or stick with [:require :as]?"...

Jim

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