In Clojure, atoms are atomic references. Their value can be read using deref. Atoms are modified using swap!, which takes a function that is evaluated with ...
確定! 回上一頁