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
|
- A pre-selected set of Java classes are supported. You cannot add Java classes
|
||||||
at runtime.
|
at runtime.
|
||||||
|
|
||||||
- Interpretation comes with overhead. Therefore tight loops are likely slower
|
- Interpretation comes with overhead. Therefore loops are slower than in Clojure
|
||||||
than in Clojure on the JVM. In general interpretation yields slower programs
|
on the JVM. In general interpretation yields slower programs than compiled
|
||||||
than compiled programs.
|
programs.
|
||||||
|
|
||||||
- No `deftype`, `definterface` and unboxed math.
|
- No `deftype`, `definterface` and unboxed math.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue