About 7,750,000 results
Open links in new tab
  1. Where is Erlang used and why? - Stack Overflow

    Oct 28, 2009 · 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 …

  2. What is the difference between == and =:= in Erlang when used …

    Mar 20, 2012 · Explains the difference between '==' and '=:=', two comparison operators in Erlang, detailing their use cases and behavior in general terms.

  3. What exactly is Erlang/OTP? - Stack Overflow

    Sep 27, 2015 · 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 …

  4. RabbitMQ, Erlang: How to "make sure the erlang cookies are the …

    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) …

  5. How to uninstall or upgrade Erlang/OTP? - Stack Overflow

    How can I uninstall Erlang/OTP which I use make install to build from source earlier. The install is pretty simple by using ./configure;make;make install; The reason to uninstall is that I want to

  6. syntax - In Erlang, when do I use ; or , or .? - Stack Overflow

    Dec 28, 2012 · I have been trying to learn Erlang and have been running into some problems with ending lines in functions and case statements. When do I use a semicolon (;), comma (,), or …

  7. What is the best way to learn Erlang? - Stack Overflow

    May 28, 2013 · 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 …

  8. if statement - Erlang equivalent to if else - Stack Overflow

    Dec 13, 2012 · Erlang doesn't allow you to have an if without a true statement option. Whether or not this is something that is a true statement or an actual true is up to you, but it is …

  9. erlang - Failed to Create Cookie file RabbitMQ in Windows - Stack …

    I am using windows 7, Erlang Version R16B01 and RabbitMQ-Server version 3.1.5 I am using my work PC and our Corporate policy sets the HOMEDRIVE to h: and HOMEPATH to / and i dont …

  10. Should I learn Elixir or Erlang (or both)? - Stack Overflow

    Jul 12, 2016 · 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 …