Namespace: joker.pprint
v1.0Contents
Summary
Pretty printing utilities. Based on Clojure implementation.
Index
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
print-table
Function v1.0(print-table ks rows)
(print-table rows)
Prints a collection of maps in a textual table. Prints table headings
source
ks, and then a line of output for each row, corresponding to the keys
in ks. If ks are not specified, use the keys of the first item in rows.