README [skip ci]

This commit is contained in:
Michiel Borkent 2020-10-01 14:21:40 +02:00
parent bbe47904b0
commit db84ebd3e5

View file

@ -945,6 +945,8 @@ Differences with Clojure:
maps. Ostensibly they work the same, but under the hood there are no Java maps. Ostensibly they work the same, but under the hood there are no Java
classes that correspond to them. 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 - The `clojure.core.async/go` macro is not (yet) supported. For compatibility it
currently maps to `clojure.core.async/thread`. More info [here](#coreasync). currently maps to `clojure.core.async/thread`. More info [here](#coreasync).