Related questions
Where is Erlang used and why?
I would like to know a list of the most common application/websites/solutions where Erlang is used, successfully or not.
Explaining why it is used into a specific solution instead of others programming languages would be very much appreciated, …
How to get Erlang's release version number from a shell?
Many programs return their version number with a command like:
$ program --version
program (platform info) v1.2.3
This is useful for scripting the installation or maintenance of the program, and some other controlled automation magic from System Admins and friends.
Problem
…