README [skip ci]

This commit is contained in:
Michiel Borkent 2020-08-31 15:01:42 +02:00
parent 53f0cde022
commit f1e861e455

View file

@ -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.