(all-files base-dir pred)
(check-facts tx-data)
(code-zipper root)
Returns a zipper for nested sequences, given a root sequence
Returns a zipper for nested sequences, given a root sequence
(file-id file)
(fspec-alpha-id namespace-symb var-symb)
(function-id namespace-symb var-symb)
(get-clojure-jar-path)
(jar-files jar-path pred)
(jar-full-path jar-path file-path)
(make-file path)
(make-file jar-path path)
(move-zipper-to-next zloc pred)
(multi-id namespace-symb var-symb)
(multimethod-id namespace-symb var-symb dispatch-val)
(namespace-id namespace-symb)
(normalize-path file)
(print-file-lines-arround path line-num)
(project-id proj-symb)
(read-url url)
(rectangle-select lines l1 l2 c1)
(rectangle-select lines l1 l2 c1 c2)
Given a vector of strings, assumes each string is a line and returns a string with the subregion between l1 and l2 lines and c1 and c2 columns. No c2 means to the end of the line.
Given a vector of strings, assumes each string is a line and returns a string with the subregion between l1 and l2 lines and c1 and c2 columns. No c2 means to the end of the line.
(reloadable-namespaces all-ns)
Returns the subsets of namespaces that can be reloaded. Basically whatever is not inside a jar file
Returns the subsets of namespaces that can be reloaded. Basically whatever is not inside a jar file
(sane-classpath?)
(spec-alpha-id namespace-symb spec-key)
(stable-id & args)
(var-id namespace-symb var-symb)
(var-ref-id namespace-symb var-symb ref-ns-symb ref-line ref-col)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close