Factor Language Blog

Distributed concurrency in Factor

Thursday, August 31, 2006

Chris Double writes about distributed concurrency in Factor. This is built on top of his existing Erlang-like concurrency library, and uses serialization to pass messages between nodes. Cool stuff.