README
This commit is contained in:
parent
1b20fb1dcb
commit
c4a44aa7e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue