Update README.md
This commit is contained in:
parent
158ecc0dcc
commit
60c1b8e25c
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
[](https://clojars.org/borkdude/babashka)
|
||||
[](https://cljdoc.org/d/borkdude/babashka/CURRENT)
|
||||
|
||||
A sprinkle of Clojure for the command line.
|
||||
A Clojure babushka for the grey areas of bash.
|
||||
|
||||
## Quickstart
|
||||
|
||||
|
|
@ -20,6 +20,10 @@ bb took 4ms.
|
|||
The sweet spot for babashka is executing Clojure snippets or scripts in the same
|
||||
space where you would use bash.
|
||||
|
||||
As one user described it:
|
||||
|
||||
> I’m quite at home in bash most of the time, but there’s a substantial grey area of things that are too complicated to be simple in bash, but too simple to be worth writing a clj/s script for. Babashka really seems to hit the sweet spot for those cases.
|
||||
|
||||
Goals:
|
||||
|
||||
* Fast startup / low latency. This is achieved by compiling to native using [GraalVM](https://github.com/oracle/graal).
|
||||
|
|
|
|||
Loading…
Reference in a new issue