atomo是Clojure的Atom实现,使用JavaScript编写。使用:var a = require("atomo");var anAtom = a.atom(42);anAtom.deref() === 42// true
评论