Update README.md
This commit is contained in:
parent
e0ddb4faaf
commit
dda6e2389e
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue