(clj-files-in path)
Return a list of filenames of .clj files located within the specified path, recursively
Return a list of filenames of .clj files located within the specified path, recursively
(config-value sym-or-val)
Given a symbol, extract value from resolved var, else return the given value
Given a symbol, extract value from resolved var, else return the given value
(establish-path path)
Create any missing directories in path
Create any missing directories in path
(filename->ns filename)
(files-in pred path)
(files-in pred base [name & more] result)
(read-edn-resource path)
Find file in classpath, read as EDN, and return form.
Find file in classpath, read as EDN, and return form.
(resolve-var var-sym)
Given the symbol of a fully qualified var name, load the namespace and return the var. Throws an exception if the var doesnt exist. Deref the var to get it's value. Use to decouple code; dynamically load code.
Given the symbol of a fully qualified var name, load the namespace and return the var. Throws an exception if the var doesnt exist. Deref the var to get it's value. Use to decouple code; dynamically load code.
(stream->md5 s)
(var-value var-sym)
Using resolve-var, return the value of the var, or nil if it fails to resolve
Using resolve-var, return the value of the var, or nil if it fails to resolve
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close