Welcome! Please see the About page for a little more info on how this works.
In clojurescript's version of core.async, the following should print {{hello}}, but it doesn't:
` (go (println
`
(meta (<! (let [c (chan)] (go (>! c ^:hello [42])) c)))))
No such difference is mentioned in https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure.