From cde1c46ec85f1f770a6d588f3f87f40c47d911fd Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 15 Aug 2019 11:07:45 +0200 Subject: [PATCH] doc --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 39177e84..91da08b4 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,6 @@ $ bb '(vec (dedupe *in*))' <<< '[1 1 1 1 2]' If you're a bash expert, you probably don't need this. But for those of us who scan use a bit of Clojure in their shell scripts, it may be useful. -Properties: - -- fast startup time -- code is interpreted by [sci](https://github.com/borkdude/sci), a small Clojure - interpreter -- reads from stdin and writes to stdout - ``` shellsession $ time clj -e "(require '[clojure.java.shell :as shell])" ./script.clj 2.15s user 0.17s system 242% cpu 0.959 total