Erlang

The Erlang programming language is known for three things: https://vereis.com/posts/disterl_inbox

  1. Concurrency
  2. Fault tolerance
  3. Distribution

The cool thing is that all three of these things are both built into the language/runtime itself, but they're also all more or less "emergent" properties of the underlying design choices that were made when the language was created.