Liking cljdoc? Tell your friends :D

clojure.tools.deps.alpha.util.io


printerrlnclj

(printerrln & msgs)

println to err

println to *err*
sourceraw docstring

read-ednclj

(read-edn reader)

Read the edn file from the specified reader. This file should contain a single edn value. Empty files return nil. The reader will be read to EOF and closed.

Read the edn file from the specified `reader`.
This file should contain a single edn value. Empty files return nil.
The reader will be read to EOF and closed.
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