Polyphonic C Sharp

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by RMCD bot (talk | contribs) at 12:33, 31 August 2018 (Removing notice of move discussion). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Polyphonic C#
Paradigmmulti-paradigm: structured, imperative, object-oriented, event-driven, functional, concurrent
Designed byNick Benton, Luca Cardelli, Cédric Fournet
DeveloperMicrosoft Research
First appeared2002
Typing disciplinestatic, strong, safe, nominative
WebsitePolyphonic C# Homepage
Influenced by
C#, Join calculus
Influenced

Polyphonic C# is an extension of the C# programming language.

It includes a new concurrency model in which objects can have both synchronous and asynchronous methods. The language is being developed by Nick Benton, Luca Cardelli and Cédric Fournet at Microsoft Research.

Polyphonic C# is based on the join-calculus developed at INRIA Rocquencourt by Cédric Fournet et al.

Polyphonic C# has been integrated with .

See also

External links