Liking cljdoc? Tell your friends :D

c3kit.apron.util


clj-files-inclj

(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
raw docstring

establish-pathclj

(establish-path path)

Create any missing directories in path

Create any missing directories in path
raw docstring

filename->nsclj

(filename->ns filename)

files-inclj

(files-in pred path)
(files-in pred base [name & more] result)

md5clj

(md5 s)

MD5 hash the string

MD5 hash the string
raw docstring

null-output-streamclj


read-edn-resourceclj

(read-edn-resource path)

Find file in classpath, read as EDN, and return form.

Find file in classpath, read as EDN, and return form.
raw docstring

resolve-varclj

(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.
raw docstring

resolve-var-or-nilclj

(resolve-var-or-nil var-sym)

Same as resolve-var except that it returns nil if the var doesn't exist

Same as resolve-var except that it returns nil if the var doesn't exist
raw docstring

stream->md5clj

(stream->md5 s)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close