doc [skip ci]

This commit is contained in:
Michiel Borkent 2020-11-28 22:41:00 +01:00
parent 7c419de066
commit 57f1d03dea

View file

@ -51,8 +51,8 @@ Babashka uses [sci](https://github.com/borkdude/sci) for interpreting
Clojure. Sci implements a substantial subset of Clojure. Interpreting code is in Clojure. Sci implements a substantial subset of Clojure. Interpreting code is in
general not as performant as executing compiled code. If your script takes more general not as performant as executing compiled code. If your script takes more
than a few seconds to run or has lots of loops, Clojure on the JVM may be a than a few seconds to run or has lots of loops, Clojure on the JVM may be a
better fit, since the performance of Clojure on the JVM outweighs its startup better fit as the performance on JVM is going to outweigh its
time penalty. Read more about the differences with Clojure startup time penalty. Read more about the differences with Clojure
[here](#differences-with-clojure). [here](#differences-with-clojure).
### Talk ### Talk