Update README.md

This commit is contained in:
Michiel Borkent 2019-12-28 23:21:15 +01:00 committed by GitHub
parent 5840706858
commit 407cd3aeb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ Non-goals:
* Replace existing shells. Babashka is a tool you can use inside existing shells like bash and it is designed to play well with them. It does not aim to replace them.
Babashka uses [sci](https://github.com/borkdude/sci) for interpreting Clojure. Sci
implements a subset of Clojure and is not as performant as compiled code. If your script is more than a one-off command that lasts only a few seconds, using Clojure on the JVM may be a better fit.
implements a subset of Clojure and is not as performant as compiled code. If your script is taking more than a few seconds, Clojure on the JVM may be a better fit.
Read more about the differences with Clojure [here](#differences-with-clojure).