actor model
programming pattern for distributed systems, led to innovations such as erlang
- By treating a single actor as the primitive and message passing and inboxes, it allows a more inherently concurrent design
programming pattern for distributed systems, led to innovations such as erlang