|
- Where is Erlang used and why? - Stack Overflow
Erlang comes from Ericsson, and is used within some of their telecoms systems Outside telecoms, CouchDb (a document-oriented database) is possibly the best known Erlang application so far
- What exactly is Erlang OTP? - Stack Overflow
On erlang otp, it says Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability Some of its uses are in telecom, banking, e-commerce, computer telephony and instant messaging Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance
- What is the best way to learn Erlang? - Stack Overflow
I have the both the Erlang Progamming and the Software for a Concurrent World, both are excellent I might almost say the Erlang Programming is better, it shows a lot more about using OTP (Erlang libraries), but I was also a little more comfortable with the language when I was reading it, so that's what I was looking for The Getting Started with Erlang Guide is also pretty good Definitely
- What is the difference between == and =:= in Erlang when used with . . .
Explains the difference between '==' and '=:=', two comparison operators in Erlang, detailing their use cases and behavior in general terms
- How to pass erlang. cookie in docker run after RABBITMQ_ERLANG_COOKIE . . .
The RABBITMQ_ERLANG_COOKIE environment variable is no longer used in RabbitMQ starting from version 3 7 0 Instead, you can set the Erlang cookie value by using the -e option in the docker run command and setting the RABBITMQ_ERLANG_COOKIE environment variable to your desired value
- RabbitMQ, Erlang: How to make sure the erlang cookies are the same
In home directory of the user running erlang process, there is hidden file erlang cookie It holds string which is responsible for the topology of erlang cluster Make sure that the string (cookie) is the same across all nodes you want to connect If there is no cookie, create one
- How do I install a specific version of Erlang OTP?
I installed erlang and erlagn-nox, but when i run erl my version shows as R14B04 when i want the r16 that rabbitmq plays well with How do I install a specific version of erlang?
- Should I learn Elixir or Erlang (or both)? - Stack Overflow
I read on the Elixir site that sooner or later a developer will want to include Erlang libs into their Elixir projects Why would this be? Are there things that can only be done in Erlang? I'd be
|
|
|