Liking cljdoc? Tell your friends :D

syringe.dose


coerce-patterncljmultimethod

source

cpclj

(cp & args)
source

fqnsclj/smacro

(fqns)
(fqns symbol-or-string)

poll fully qualified namespace of symbol 's'

poll fully qualified namespace of symbol 's'
sourceraw docstring

get-classpathclj

(get-classpath)
source

list-all-nsclj

(list-all-ns)
source

ns-findclj/smacro

(ns-find re)
(ns-find re n)

perform a regex search of public symbols in a namespace re - regex pattern (or string which will be coerced to a pattern) n - namespace symbol (either quoted or unquoted via stringify)

perform a regex search of public symbols in a namespace
re - regex pattern (or string which will be coerced to a pattern)
n - namespace symbol (either quoted or unquoted via stringify)
sourceraw docstring

pclj

(p & args)
source

publicsclj/smacro

(publics)
(publics n)

inspect public symbols of namespace

inspect public symbols of namespace
sourceraw docstring

refersclj/smacro

(refers)
(refers n)

inspect referenced symbols of namespace

inspect referenced symbols of namespace
sourceraw docstring

resolve-fqnsclj

(resolve-fqns s)
source

seq-matchesclj

(seq-matches re sq)

filter a sequence by coercing items to a string and applying re-find with a supplied regex re - regex pattern (or string which will be coerced to a pattern) sq - sequence of strings or string coercible objects

filter a sequence by coercing items to a string and applying re-find with a supplied regex
re - regex pattern (or string which will be coerced to a pattern)
sq - sequence of strings or string coercible objects
sourceraw docstring

stringifyclj

(stringify x)
source

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

× close