Back
load-namespaces (clj)
(source)function
(load-namespaces config)
(load-namespaces config keys)
Attempt to load the namespaces referenced by the keys in a configuration.
If a key is namespaced, both the namespace and the namespace concatenated
with the name will be tried. For example, if a key is `:foo.bar/baz`, then
the function will attempt to load the namespaces `foo.bar` and
`foo.bar.baz`. Upon completion, a list of all loaded namespaces will be
returned.