Liking cljdoc? Tell your friends :D

comb.template

Clojure templating library.

Clojure templating library.
raw docstring

compile-fnclj

(compile-fn args src)
source

delimitersclj

source

emit-exprclj

(emit-expr expr)
source

emit-stringclj

(emit-string s)
source

evalclj

(eval source)
(eval source bindings)

Evaluate a template using the supplied bindings. The template source may be a string, or an I/O source such as a File, Reader or InputStream.

Evaluate a template using the supplied bindings. The template source may
be a string, or an I/O source such as a File, Reader or InputStream.
sourceraw docstring

fncljmacro

(fn args source)

Compile a template into a function that takes the supplied arguments. The template source may be a string, or an I/O source such as a File, Reader or InputStream.

Compile a template into a function that takes the supplied arguments. The
template source may be a string, or an I/O source such as a File, Reader or
InputStream.
sourceraw docstring

parser-regexclj

source

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

× close