Erlang is a general-purpose, garbage-collected programming language and runtime environment, with built-in support for concurrency, distribution and fault tolerance.
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 erlangI would like to know a list of the most common application/websites/solutions where Erlang is used, successfully or …
erlang case-studyMany programs return their version number with a command like: $ program --version program (platform info) v1.2.3 This is useful for …
shell erlang otpOn 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 rabbitmqOther than specific projects (although those are welcome as well)... What tools, books, articles, and other resources should I have …
erlangI am using RabbitMQ with Grails, and a problem cropped up this morning. When I run rabbitmqctl status it tells …
cookies erlang rabbitmqAs far as I know there's Erlang plugin for NetBeans and Eclipse. Which one has the upper hand at the …
ide erlangI 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 rabbitmqctlI know strings in Erlang can be costly to use. So how do I convert "5"to 5? Is there anything like …
string erlang