Here's a great post on the subject by Stuart Sierra: 
http://stuartsierra.com/2015/05/10/clojure-namespace-aliases

- Matthew

On Friday, June 5, 2015 at 9:33:32 PM UTC-6, Todd Stout wrote:
>
> What is considered idiomatic when using :as and :require in your namespace 
> declarations? I understand that :as will require everything in the 
> namespace to use symbol/fn syntax. The :require usage will mandate more 
> verbose symbol references in the ns declaration, but your code in that 
> namespace will not require the symbol/fn notation. When is one preferred 
> over the other?
>
>

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