Why Erlang
If any of the points below are important to you, you will do well to check out Erlang:
High Availability/ Reliability
- Built-in fault tolerance
- Software upgrade during runtime
- Highly suitable for server-side applications
Less Effort
- 4–20 times less code that C/C++/Java
- Suitable for rapid prototyping
- Powerful middleware and libraries
Scalability
- Out-of-the-box Distributed Architectures
- Massive concurrency
- Nearly transparent Multi-core Support









