This commit is contained in:
Michiel Borkent 2019-08-15 11:17:06 +02:00
parent 4a145a89e6
commit 0665e5540e

View file

@ -19,9 +19,8 @@ $ 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 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. scan use a bit of Clojure in their shell scripts, it may be useful.
Babashka runs as a binary with fast startup time and uses Babashka runs as a binary and uses [sci](https://github.com/borkdude/sci) for
[sci](https://github.com/borkdude/sci) for interpreting Clojure, which results interpreting Clojure, which results in faster startup times:
in faster startup times:
``` shellsession ``` shellsession
$ time clj -e "(require '[clojure.java.shell :as shell])" ./download_html.clj $ time clj -e "(require '[clojure.java.shell :as shell])" ./download_html.clj