From b443ddd394d00d75008caebf61c8aaeb423bd22e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 15 Aug 2019 11:05:59 +0200 Subject: [PATCH] doc --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a9feb878..4658a67c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ Properties: interpreter - reads from stdin and writes to stdout +``` shellsession +$ time clj -e "(require '[(link: http://clojure.java.shell) clojure.java.shell :as shell])" ./script.clj +2.15s user 0.17s system 242% cpu 0.959 total + +$ time bb -f ./script.clj +0.00s user 0.00s system 69% cpu 0.010 total +``` + ## Status Experimental. Breaking changes are expected to happen at this phase.