Dectect available namespaces without requiring them.
Dectect available namespaces without requiring them.
(locate-namespace ns-sym)
Try to find a namespace. If the namespace is loaded, return the NS object like find-ns
.
If the namespace is not loaded but available on the classpath, return a
java.net.URL locating the file that could be loaded for this ns. Return nil
otherwise.
Try to find a namespace. If the namespace is loaded, return the NS object like `find-ns`. If the namespace is not loaded but available on the classpath, return a java.net.URL locating the file that could be loaded for this ns. Return nil otherwise.
(ns-available? ns-sym)
State if a namespace is available WITHOUT requiring it. A namespace is available if it is already loaded or if it can be loaded from the classpath.
State if a namespace is available WITHOUT requiring it. A namespace is available if it is already loaded or if it can be loaded from the classpath.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close