Erlang is a general-purpose, garbage-collected programming language and runtime environment, with built-in support for concurrency, distribution and fault tolerance.
From what I understand a virtual machine falls into two categories either "system virtual machine" or a "process virtual machine". …
erlang virtual-machine beamHave you actually "tried" (means programmed in, not just read an article on it) Erlang and decided against it for …
programming-languages functional-programming erlangI'm ask/answering this question because it hung me up & it's likely someone else will have the same problem. …
erlang rabbitmq configI'm brand new to Erlang. How do you do modulo (get the remainder of a division)? It's % in most C-like …
erlang moduloErlang's Characteristics From Erlang Programming (2009): Erlang concurrency is fast and scalable. Its processes are lightweight in that the Erlang virtual …
multithreading erlang green-threads lightweight-processessince concurrent programming becomes constantly more important, I was wondering what you think about Erlang vs. Scala in that respect. …
scala concurrency erlangGiven one list with one tuple: [{4,1,144}] How to extract the first element of the tuple inside the list: element(1,lists:…
list tuples erlangI really like these tools when it comes to the concurrency level it can handle. Erlang/OTP looks like much …
concurrency erlang multicore node.jsThis question is in the context of the Beam VM and the capabilities that it provides, not in the general …
erlang elixir otpErlang was reported to have been used in production systems for over 20 years with an uptime percentage of 99.9999999%. I did …
erlang reliability uptime downtime