Message Passing
a form of communication used in concurrent programming, parallel programming, object-oriented programming, and interprocess communication.
see Messaging
Message passing systems have been called "SharedNothing" systems because the message passing abstraction hides underlying state changes that may be used in the implementation of sending messages.
Programming Language-s with this flavor: IO, Erlang, SmallTalk (?)
Edited: | Tweet this! | Search Twitter for discussion