**Objects == Lambda Abstraction + Message Dispatch + Local Side Effects**
In the Actor model,29,33 computation is conceived as distributed in space where computational devices communicate asynchronously and the entire computation is not in any well-defined state. (An Actor can have stable information about about what it was like when it receives a message.) Turing’s Model is a special case of the Actor Model