diff --git a/README.md b/README.md index e63c4a9..e5f2838 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,14 @@ \/__/ \/__/ ``` -A fast, single-namespace, no-dependency Clojure pretty-printer for -data (not code). +A fast, single-namespace, no-dependency pretty-printer for data (not code). + +Supports [Clojure](https://clojure.org), [ClojureScript](https://clojurescript.org), and [Babashka](https://babashka.org). ## Features - [Fast](https://github.com/eerohele/pp/actions/workflows/bench.yaml) (~14x-10x faster than [`fipp.edn/pprint`](https://github.com/brandonbloom/fipp) and ~85x–16x faster than [`clojure.pprint/pprint`](https://clojure.github.io/clojure/clojure.pprint-api.html#clojure.pprint/pprint) at Fipp's benchmark) -- [Small](https://github.com/eerohele/pp/blob/main/src/me/flowthing/pp.clj) (under ~350 lines of code, not counting comments) +- [Small](https://github.com/eerohele/pp/blob/main/src/me/flowthing/pp.clj) (under ~450 lines of code, not counting comments) - Zero dependencies - Single namespace; either use as a dependency or vendor into your codebase - Output [similar](#differences-to-clojurepprint) to `clojure.pprint/pprint`