This commit is contained in:
Michiel Borkent 2020-03-02 09:57:24 +01:00
parent 1b20fb1dcb
commit c4a44aa7e6

View file

@ -55,8 +55,8 @@ Non-goals:
interpreting Clojure. Sci implements a suffiently large subset of interpreting Clojure. Sci implements a suffiently large subset of
Clojure. Interpreting code is in general not as performant as executing compiled Clojure. Interpreting code is in general not as performant as executing compiled
code. If your script takes more than a few seconds to run, Clojure on the JVM code. If your script takes more than a few seconds to run, Clojure on the JVM
may be a better fit, since the startup time penalty of Clojure on the JVM may be a better fit, since the performance of Clojure on the JVM outweighs its
outweighs its performance. 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).
## Status ## Status