Re: exporting imported symbols

2013-12-01 Thread Dave Tenny
OK. If it were supported, I'd still be able to tell where the symbol came from, it would just feature an indirection, right? On Sun, Dec 1, 2013 at 10:58 AM, Stuart Sierra wrote: > Not supported. This is a feature. As long as you use `:require :as` or > `:require :refer`, you can always tell wh

Re: exporting imported symbols

2013-12-01 Thread Stuart Sierra
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 On Sunday, December 1, 2013 10:10:46 AM UTC-5, Dave Tenny wrote: > > (ns mine >(:use foo)) ; has public symbol bar > > What is the proper use/require/r

exporting imported symbols

2013-12-01 Thread Dave Tenny
(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? -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send