561 B
561 B
The Actor Model
A design in Software Architecture in which Isolated Processes work together as a Distributed System, coordinating via message passing. This is modeled similarly to how interactions occur in nature.
This is remarkably similar to Alan Kay's initial concept of Object-Oriented Programming.