doc
This commit is contained in:
parent
4a145a89e6
commit
0665e5540e
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue