Verbose echo utility functions.
Verbose echo utility functions.
(->>echo x & more)
Echo message and value in a clojure.core/->>
form, returning the value. Last arg is considered the value, rest as
message tokens.
Echo message and value in a `clojure.core/->>` form, returning the value. Last arg is considered the value, rest as message tokens.
(->echo x & more)
Echo message and value in a clojure.core/->
form, returning the value. First arg is considered the value, rest as
message tokens.
Echo message and value in a `clojure.core/->` form, returning the value. First arg is considered the value, rest as message tokens.
(abort message)
Print the abort echo message and exit the JVM.
Print the abort echo message and exit the JVM.
(echo x & more)
Print all message tokens, returning nil
.
Print all message tokens, returning `nil`.
(echo-section description & body)
Start an echo section within which the body of code is evaluated and the echo messages are emitted.
Start an echo section within which the body of code is evaluated and the echo messages are emitted.
(echof fmt & args)
Like clojure.core/format
for echo messages.
Like `clojure.core/format` for echo messages.
(with-inducer-name inducer-name & body)
Given an inducer name and body of code, evaluate the body of code in the context of the specified inducer name so that it appears in all echo messages.
Given an inducer name and body of code, evaluate the body of code in the context of the specified inducer name so that it appears in all echo messages.
(with-latency-capture message & body)
Execute body of code and print the time (milliseconds) it took.
Execute body of code and print the time (milliseconds) it took.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close