Just a question, is anyone working on this already? What I really need is a reasonably good discussion of locks in Arc - if there aren't any locking semantics yet, how to implement them from underlying Scheme.
So... that's it? atomic? If so, does the fact that (= ...) are done (atomic ...) mean that I can just, well, write to a variable and automatically expect locking?