Liking cljdoc? Tell your friends :D

clojure.tools.deps.alpha.util.io


printerrlnclj

(printerrln & msgs)

println to err

println to *err*
sourceraw docstring

slurp-ednclj

(slurp-edn f)

Read the edn file specified by f, a string or File. An empty file will return nil.

Read the edn file specified by f, a string or File.
An empty file will return nil.
sourceraw docstring

write-fileclj

(write-file f s)

Write the string s to file f. Creates parent directories for f if they don't exist.

Write the string s to file f. Creates parent directories for f if they don't exist.
sourceraw docstring

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

× close