Re: Referencing aliased namespace

2014-11-18 Thread Tassilo Horn
pmf writes: > using tc/whatever works as expected, but I have not found a way to use the > handle tc to refer to the namespace: > user=> (the-ns 'tc) > Exception No namespace: tc found clojure.core/the-ns (core.clj:3933) `ns-aliases` returns the map of aliases to namespaces of a given namespac

Referencing aliased namespace

2014-11-18 Thread pmf
When I refer to a namespace like this: (require '[clojure.test.check :as tc]) using tc/whatever works as expected, but I have not found a way to use the handle tc to refer to the namespace: user=> (the-ns 'tc) Exception No namespace: tc found clojure.core/the-ns (core.clj:3933) Using the full