This commit is contained in:
Tony Garnock-Jones 2019-08-10 14:53:10 +01:00
parent 14a2745a7b
commit 11ff9dcbab
1 changed files with 2 additions and 2 deletions

View File

@ -9388,10 +9388,10 @@ very-muted-foreground: #888888</pre>
* https://tonyg.github.io/hopl-s2017/conversational-context-and-concurrency/
* https://eighty-twenty.org/2016/10/18/actors-hopl</pre>
</div>
<div created="20190806213218362" creator="Tony Garnock-Jones" modified="20190810121953841" modifier="Tony Garnock-Jones" title="Welcome">
<div created="20190806213218362" creator="Tony Garnock-Jones" modified="20190810135206860" modifier="Tony Garnock-Jones" title="Welcome">
<pre>!! A new model of concurrency
Syndicate is a new [[model of concurrency]], closely related to the [[actor|Actor model]], [[tuplespace|Tuplespace model]], and [[fact space|Fact space model]] models. It is made up of two interacting parts:
Syndicate is a new [[model of concurrency|Model of concurrency]], closely related to the [[actor|Actor model]], [[tuplespace|Tuplespace model]], and [[fact space|Fact space model]] models. It is made up of two interacting parts:
* The [[dataspace model]] describes how programs (objects, virtual machines, hosts, etc.) interact in terms of a [[conversational model]]; and
* [[Facet]]s are language constructs added to a programming language to help the programmer organise their interactive programs when using the dataspace model.