From dda6e2389e190cd0ad5f1a4577ef07b487975c78 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 7 Oct 2019 23:22:11 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 02665845..e6155d67 100644 --- a/README.md +++ b/README.md @@ -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