Liking cljdoc? Tell your friends :D

cloverage.report


file-statsclj

(file-stats forms)
source

gather-statsclj

(gather-stats forms)
source

line-statsclj

(line-stats forms)
source

total-statsclj

(total-stats forms)
source

with-out-writercljmacro

(with-out-writer f & body)

Opens a writer on f, binds it to out, and evalutes body. Anything printed within body will be written to f.

Opens a writer on f, binds it to *out*, and evalutes body.
Anything printed within body will be written to f.
sourceraw docstring

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

× close