Printing
12- function
cljs.core
Prints a newline using *print-fn*
functioncljs.core
Prints the object(s) using string-print. Prints the object(s), separated by spaces if there is more than one. By defaul...
functioncljs.core
pr to a string, returning it. Fundamental entrypoint to IPrintWithWriter.
functioncljs.core
Prints the object(s) using string-print. print and println produce output for human consumption.
functioncljs.core
print to a string, returning it
functioncljs.core
Prints formatted output, as per format
functioncljs.core
Same as print followed by (newline)
functioncljs.core
println to a string, returning it
functioncljs.core
Same as pr followed by (newline).
functioncljs.core
Same as pr-str followed by (newline)
functioncljs.core
Evaluates exprs in a context in which *print-fn* is bound to .append on a fresh StringBuffer. Returns the string create...
macrocljs.core