Namespace Building Utilities
Namespace Building Utilities
(def-reload-indicator id)
Creates a function that takes an ID (e.g. symbol, keyword) as parameter and decides whether the ID has to be reloaded by observing whether the ID has been loaded since the namesapce the indicator lies in has been reloaded.
Creates a function that takes an ID (e.g. symbol, keyword) as parameter and decides whether the ID has to be reloaded by observing whether the ID has been loaded since the namesapce the indicator lies in has been reloaded.
(internal-namespace-exists? ns-key)
Does a given internal Namespace exist?
Does a given internal Namespace exist?
(internal-ns ns-key & body)
Create new internal Namespace.
Create new internal Namespace.
(internal-ns-add ns-key ns-id)
Add internal Namespace.
Add internal Namespace.
(internal-ns-import ns-key & types)
Import Classes from the given internal Namespace.
Import Classes from the given internal Namespace.
(internal-ns-refer ns-key & symbols)
Refers to the named vars of the given internal Namespace.
Refers to the named vars of the given internal Namespace.
(internal-ns-remove ns-key)
Remove internal Namespace.
Remove internal Namespace.
(internal-ns-require ns-key ns-alias)
Require internal Namespace identified by the given key using a mandatory alias.
Require internal Namespace identified by the given key using a mandatory alias.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close