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
|
||||
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
|
||||
may be a better fit, since the startup time penalty of Clojure on the JVM
|
||||
outweighs its performance. Read more about the differences with Clojure
|
||||
may be a better fit, since the performance of Clojure on the JVM outweighs its
|
||||
startup time penalty. Read more about the differences with Clojure
|
||||
[here](#differences-with-clojure).
|
||||
|
||||
## Status
|
||||
|
|
|
|||
Loading…
Reference in a new issue