README [skip ci]
This commit is contained in:
parent
53f0cde022
commit
f1e861e455
1 changed files with 3 additions and 3 deletions
|
|
@ -901,9 +901,9 @@ Differences with Clojure:
|
|||
- A pre-selected set of Java classes are supported. You cannot add Java classes
|
||||
at runtime.
|
||||
|
||||
- Interpretation comes with overhead. Therefore tight loops are likely slower
|
||||
than in Clojure on the JVM. In general interpretation yields slower programs
|
||||
than compiled programs.
|
||||
- Interpretation comes with overhead. Therefore loops are slower than in Clojure
|
||||
on the JVM. In general interpretation yields slower programs than compiled
|
||||
programs.
|
||||
|
||||
- No `deftype`, `definterface` and unboxed math.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue