Liking cljdoc? Tell your friends :D

clj-fast.util


any-expression?clj

(any-expression? e)

True if anything about e looks like a call and not literal expressions.

True if anything about `e` looks like a call and not literal
expressions.
sourceraw docstring

ascljmacro

(as tag sym)
source

bind-seqclj

(bind-seq xs)
source

destruct-mapclj

(destruct-map m ks)
source

eq?clj

(eq? o1 o2)
source

extract-bindingsclj

(extract-bindings xs)

Analyzes in input sequences of code, xs, and extracts any collection out of it to be replaced by a gensym and its respective binding.

Analyzes in input sequences of code, xs, and extracts any collection
out of it to be replaced by a gensym and its respective binding.
sourceraw docstring

extract-symsclj

(extract-syms bs)
source

lazy?clj

(lazy? xs)
source

memoize0clj

(memoize0 f)
source

record-fieldsclj

source

record-fields*clj

(record-fields* clazz)
source

sequence?clj

source

simple-seqclj

(simple-seq xs)
source

simple-seq?clj

(simple-seq? xs)
source

try-resolveclj

(try-resolve sym)
source

try-resolve?clj

(try-resolve? sym)
source

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

× close