exporting imported symbols

73 views
Skip to first unread message

Dave Tenny

unread,
Dec 1, 2013, 10:10:46 AM12/1/13
to clo...@googlegroups.com
(ns mine 
   (:use foo)) ; has public symbol bar

What is the proper use/require/refer entry to export foo's bar as mine's bar without defining a new public bar in mine?


Stuart Sierra

unread,
Dec 1, 2013, 10:58:49 AM12/1/13
to clo...@googlegroups.com
Not supported. This is a feature. As long as you use `:require :as` or `:require :refer`, you can always tell where a symbol comes from.
-S

Dave Tenny

unread,
Dec 1, 2013, 11:08:14 AM12/1/13
to clo...@googlegroups.com
OK.  If it were supported, I'd still be able to tell where the symbol came from, it would just feature an indirection, right?


--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@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 a topic in the Google Groups "Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/kuYxmbn7jls/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages