Update README.md

This commit is contained in:
Michiel Borkent 2019-12-20 19:22:14 +01:00 committed by GitHub
parent c4f92e5b87
commit 7ccbe1281a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -500,9 +500,6 @@ same. Multi-threading is supported (`pmap`, `future`).
Differences with Clojure:
- No first class vars. Note that you can define and redefine global values with
`def` / `defn`, but there is no `var` indirection.
- A subset of Java classes are supported.
- Only the `clojure.core`, `clojure.set`, `clojure.string` and `clojure.walk`