Erlang
What is Erlang?
Erlang is a general-purpose, concurrent, functional programming language, and a garbage-collected runtime system.
The Erlang runtime system is known for its designs that are well suited for systems with these traits:
Distributed
Fault-tolerant
Soft real-time
Highly available, non-stop applications
Hot swapping, where code can be changed without stopping a system.
The Erlang runtime system is known for its designs that are well suited for systems with these traits:
Distributed
Fault-tolerant
Soft real-time
Highly available, non-stop applications
Hot swapping, where code can be changed without stopping a system.
Tags
Tips
Still no tips, be the first!