From db84ebd3e50bc123819e94f674d1c14364fe990a Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 1 Oct 2020 14:21:40 +0200 Subject: [PATCH] README [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73078cf5..a8117708 100644 --- a/README.md +++ b/README.md @@ -945,6 +945,8 @@ Differences with Clojure: maps. Ostensibly they work the same, but under the hood there are no Java classes that correspond to them. +- Currently `reify` works only for one class at a time + - The `clojure.core.async/go` macro is not (yet) supported. For compatibility it currently maps to `clojure.core.async/thread`. More info [here](#coreasync).