clojure.pprint in mino
- Implemented
- 11.5%3 / 26
- Mismatched
- 0
- Missing
- 23
- Dialect-Only
- 0
Metadata Mismatches (0)
Vars present in both Clojure (JVM) and this surface but with differing arglists, :macro flag, or :dynamic flag.
None.
Vars Present in Clojure (JVM) but Absent from This Surface (23)
| Var |
|---|
*print-base* |
*print-miser-width* |
*print-pprint-dispatch* |
*print-pretty* |
*print-radix* |
*print-right-margin* |
*print-suppress-namespaces* |
code-dispatch |
formatter |
formatter-out |
fresh-line |
get-pretty-writer |
pp |
pprint-indent |
pprint-logical-block |
pprint-newline |
pprint-tab |
print-length-loop |
set-pprint-dispatch |
simple-dispatch |
with-pprint-dispatch |
write |
write-out |
Vars Present in This Surface but Not in Clojure (JVM) (0)
None.
Documented Intentional Divergences in This Namespace (1)
pprint is minimal -- no cl-format directives
- Since
v0.1.0- Rationale
- mino's clojure.pprint supports pretty-printing basic forms; cl-format and table directives are not implemented. Targets the common case.