Top "Erlang" questions

Erlang is a general-purpose, garbage-collected programming language and runtime environment, with built-in support for concurrency, distribution and fault tolerance.

Speed comparison with Project Euler: C vs Python vs Erlang vs Haskell

I have taken Problem #12 from Project Euler as a programming exercise and to compare my (surely not optimal) implementations in …

python c performance haskell erlang
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 …

erlang case-study
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 …

shell erlang otp
RabbitMQ has Nodedown Error

On a Windows 7 Enterprise machine, I made a fresh install of Erlang 17.4 and RabbitMQ 3.4.3 x64. The installation was successful and …

windows erlang rabbitmq
RabbitMQ (beam.smp) and high CPU/memory load issue

I have a debian box running tasks with celery and rabbitmq for about a year. Recently I noticed tasks were …

erlang debian rabbitmq celery mnesia
What is the best way to learn Erlang?

Other than specific projects (although those are welcome as well)... What tools, books, articles, and other resources should I have …

erlang
RabbitMQ, Erlang: How to "make sure the erlang cookies are the same"

I am using RabbitMQ with Grails, and a problem cropped up this morning. When I run rabbitmqctl status it tells …

cookies erlang rabbitmq
What's a good IDE for Erlang programming?

As far as I know there's Erlang plugin for NetBeans and Eclipse. Which one has the upper hand at the …

ide erlang
rabbitmqctl Error: unable to connect to node rabbit@myserver nodedown

I am running RabbitMQ v3.3.5 with Erlang OTP 17.1 on Windows 2008 R2. My Dev and QA environments are stand-alone. My staging …

windows erlang rabbitmq rabbitmqctl
How to convert an integer to a string in Erlang?

I know strings in Erlang can be costly to use. So how do I convert "5"to 5? Is there anything like …

string erlang