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