欢迎!请查阅 关于 页面以了解有关此功能的更多详情。
在 clojurescript 的 core.async 版本中,下面的代码应打印 {{hello}},但并未打印
`(go(println
`
(meta (<! (let [c (chan)] (go (>! c ^:hello [42])) c)))))
在 https://github.com/clojure/clojurescript/wiki/Differences-from-Clojure 中没有提及这种差异。