Usually, it is better to use metadata rather than create an exponential 
explosion of names. Public/private is just one dimension, but you also have 
static/non-static, dynamic/non-dynamic, etc. Then you have functions, vars, 
macros, perhaps modified functions (like schema.core/defn). Cartesian 
product of those would be huge.

defn- is an exclusion from the rule probably because it is used more often 
than others.

On Monday, February 26, 2018 at 10:58:43 AM UTC+2, Promise. wrote:
>
> `defn-` => `defn`
> 'def-` => `def`
>

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