From 7ccbe1281a76da57e265f01f79604fce300e271c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 20 Dec 2019 19:22:14 +0100 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index fc91f714..a7b0efc2 100644 --- a/README.md +++ b/README.md @@ -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`