It's a nice model of concurrency that had been extensively studied by researchers but (I believe) never really had much practical impact.<p>Basically, it's a very small programming or modeling language based on concurrent message passing with a simple formal semantics. Pretty much in the same way that the lambda calculus is a small language based on functions.<p>There's no mainstream programming language based on it, unlike the lambda calculus that inspired LISP, ML and so on...