Update README.md

This commit is contained in:
Michiel Borkent 2019-10-07 23:22:11 +02:00 committed by GitHub
parent e0ddb4faaf
commit dda6e2389e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -406,8 +406,7 @@ 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.
- Java classes and interop are not available, except for explicitly
supported ones. For these classes we mimic constructors and interop by having
- Java classes and interop are not available. For a selection of classes we mimic constructors and interop by having
functions like `Exception.` and `.getCanonicalPath`.
- Only the `clojure.core`, `clojure.set` and `clojure.string` namespaces are