Erlang
The Erlang programming language is known for three things: https://vereis.com/posts/disterl_inbox
- Concurrency
- Fault tolerance
- 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.
Tags:
Programming, Language