Some interesting facts
WhatsApp messaging system is build on Erlang, it supports over 800 million users and 30 billion messages per day
bet365 uses Erlang in their Online Gambling & Betting industry.
Erlang transports 40% of all telecom data
Erlang can be used in everywhere on the backend
3 of the leading banks are built on Erlang
2 of the leading blockchains are built on Erlang
Example of Hello World code written in Erlang compared to other languages
Erlang
After this is done, you'll need more work. Save it as hello.erl and compile it from the erlang shell. Don't forget the full-stop ("period" in American English) at the end of each command, as shown:
(on Unix systems you start the erlang shell by typing "erl" at the command line. On Windows, open a command prompt window and type "werl", or find the Erlang icon in the programs menu). To run the program from the Erlang shell:
JavaScript
Kotlin
Python
Ruby
Last updated