The Actor Model
- The universe contains computation agents, called actors
- Actors perform computation through asynchronous, point-to-point message passing
- Each actor is defined by its state, a mail queue to external messages and internal behavior
- State is defined by internal data (acquaintances)
- An actor reacts to the external environment by executing its procedure skills (scripts)