(coerce-map coerce-fns m)
(coll->pattern coll)
(exists? path)
(fn->name f)
(format-parent file)
(get-path path)
(imagelist s)
(load-edn file)
(normalize-path path)
(parse-int s)
(read-edn path)
(read-edn-seq path & [f])
(read-tsv tsv)
(resolve-cljs ns-sym var-sym)
(resolve-coll-syms coll)
(resolve-map-syms m)
(resolve-syms v)
(spp & args)
(str->map-list s ks)
(sym->var s)
(taglist s)
(try-require sym)
Tries to require the given namespace symbol, returning nil if not found.
Tries to require the given namespace symbol, returning nil if not found.
(try-require-cljs ns-sym)
(try-resolve sym)
Tries to resolve the given namespace-qualified symbol, returning nil if not found.
Tries to resolve the given namespace-qualified symbol, returning nil if not found.
(url? s)
(when-read [name fname] & body)
(when-read-edn [name path] & body)
(with-in-> in & body)
(with-in-out-> in out & body)
(with-out-> out & body)
(write-edn path data & opts)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close