Common functions for echoing.
Common functions for echoing.
(build-writter)
Creates a writter that could be binded to the output with (binding [*out* s])
where s
is the result of this function.
Creates a writter that could be binded to the output with `(binding [*out* s])` where `s` is the result of this function.
(cmd-str cmd)
Returns the string of the cmd
.
Returns the string of the `cmd`.
(current-time-str)
Returns current time string.
Returns current time string.
(print-writter str-writter)
Print str-writter
if necessary it contains something.
Print `str-writter` if necessary it contains something.
Generic printers defined - printing raw text on the terminal
Generic printers defined - printing raw text on the terminal
(uri-str uri)
Returns the string of the uri
.
Returns the string of the `uri`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close