Update README.md

This commit is contained in:
Michiel Borkent 2019-11-03 23:13:06 +01:00 committed by GitHub
parent 0c449519b7
commit 36f7725224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,7 @@ bb took 4ms.
## Rationale ## Rationale
If you're a bash expert, you probably don't need this. But for those of us who The sweet spot for babashka is executing Clojure snippets or scripts in the same
can use a bit of Clojure in their shell scripts, it may be useful.
Babashka runs as a [GraalVM](https://github.com/oracle/graal) compiled binary which
results in faster startup time than Clojure on the JVM.
The sweet spot for babashka is executing short Clojure snippets or scripts in the same
space where you would use bash. space where you would use bash.
Goals: Goals: