Pretty Printing
15- value
clojure.pprint
- multimethod
clojure.pprint
- value
clojure.pprint
An implementation of a Common Lisp compatible format function. cl-format formats its arguments to an output stream or st...
functionclojure.pprint
The pretty print dispatch function for pretty printing Clojure code.
multimethodclojure.pprint
Executes the format with the arguments.
functionclojure.pprint
Makes a function which can directly run format-in. The function is fn [& args] ... and returns nil. This version of the ...
macroclojure.pprint
Returns the java.io.Writer passed in wrapped in a pretty writer proxy, unless it's already a pretty writer. Generally, ...
functionclojure.pprint
A convenience macro that pretty prints the last thing output. This is exactly equivalent to (pprint *1).
macroclojure.pprint
Pretty print object to the optional output writer. If the writer is not provided, print the object to the currently bou...
functionclojure.pprint
Prints a collection of maps in a textual table. Prints table headings ks, and then a line of output for each row, cor...
functionclojure.pprint
The pretty print dispatch function for simple data structure format.
multimethodclojure.pprint
Execute body with the pretty print dispatch function bound to function.
macroclojure.pprint
Write an object subject to the current bindings of the printer control variables. Use the kw-args argument to override i...
functionclojure.pprint
Write an object to *out* subject to the current bindings of the printer control variables. Use the kw-args argument to ...
functionclojure.pprint