duncanatt / paterl

Erlang to Pat transpiler
Apache License 2.0
1 stars 0 forks source link

Add Ping-Pong example #3

Open duncanatt opened 1 year ago

duncanatt commented 1 year ago

The aim is to show that communication in Pat can be bounded as one ping-pong loop, rather than (ping.pong)*. The investigate whether this pattern is transferrable to Erlang mailboxes, or whether the locality of these ping-pong interactions is no longer retained.