Product Code Database
Example Keywords: hair -hat $1-177
barcode-scavenger
   » » Wiki: Join-calculus
Tag Wiki 'Join-calculus'.
Tag
The join-calculus is a developed at . The join-calculus was developed to provide a formal basis for the design of distributed programming languages, and therefore intentionally avoids communication constructs found in other process calculi, such as rendezvous communications, which are difficult to implement in a distributed setting., pg. 1 Despite this limitation, the join-calculus is as expressive as the full . Encodings of the π-calculus in the join-calculus, and vice versa, have been demonstrated.

The join-calculus is a member of the family of process calculi, and can be considered, at its core, an asynchronous π-calculus with several strong restrictions:

  • Scope restriction, reception, and replicated reception are syntactically merged into a single construct, the definition;
  • Communication occurs only on defined names;
  • For every defined name there is exactly one replicated reception.
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.


Implementations

Languages based on the join-calculus
The join-calculus programming language is a new language based on the join-calculus process calculus. It is implemented as an interpreter written in , and supports statically typed distributed programming, transparent remote communication, agent-based mobility, and some failure-detection.

  • Though not explicitly based on join-calculus, the rule system of implements it if every rule deletes its inputs when triggered (retracts the relevant facts when fired).

Many implementations of the join-calculus were made as extensions of existing programming languages:

  • is a version of extended with join-calculus primitives
  • Polyphonic C# and its successor Cω extend C#
  • MC# and Parallel C# extend Polyphonic C#
  • extends Java
  • A Concurrent Basic proposal that uses Join-calculus
  • JErlang (the J is for Join, is Erlang for the JVM)


Embeddings in other programming languages
These implementations do not change the underlying programming language but introduce join calculus operations through a custom library or DSL:


External links

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs