Isn't core.async contrary to Clojure principles?

后端 未结 6 2042
日久生厌
日久生厌 2021-02-01 13:45

I have seen many Clojure programmers enthusiastic about the new core.async library and, though it seems very interesting, I am having a hard time seeing how it conforms to Cloju

6条回答
  •  暖寄归人
    2021-02-01 14:19

    The limitation of the go macro (its locality) is also a feature: it enforces source code locality of stateful operations.

提交回复
热议问题