The join-calculus is a member of the -calculus family of process calculi, and can be considered, at its core, an asynchronous -calculus with several strong restrictions:
However, as a language for programming, the join-calculus offers at least one convenience over the -calculus — namely the use of multi-way join patterns, the ability to match against messages from multiple channels simultaneously.
The join-calculus programming language is based on the join-calculus process calculus. It is implemented as an interpreter written in OCaml, and supports statically typed distributed programming, transparent remote communication, agent-based mobility, and failure-detection.
JoCaml is a version of OCaml extended with join-calculus primitives.
Polyphonic C# and its successor Cω extend C#. MC# extends Polyphonic C# and also devoted to .NET. Join Java extends Java.
The Boost.Join library is an implementation in C++.