Erlang is a general-purpose, garbage-collected programming language and runtime environment, with built-in support for concurrency, distribution and fault tolerance.
I am using mochiweb and I don't know how to use its json encoder to deal with complex data structure. …
json erlang mochiwebUpdated: This question contains an error which makes the benchmark meaningless. I will attempt a better benchmark comparing F# and …
concurrency f# erlang actorI can start an Erlang file either via the command line or bash script: exec erl file.erl But, I …
bash command-line erlang erlang-shellI'm trying to install an up to date (version 20.3 at the moment of the writing) Erlang distribution into RHEL7 (release 7.5 …
erlang rhel7I followed the instructions here, to the letter. I then ran the instruction to create an application project structure, and …
erlang rebarWhat is the difference between "include_lib" and "include" ? E.g. -include_lib("eunit/include/eunit.hrl")
erlangThere are lots of fragments out there detailing bits and pieces of the parse transform process in Erlang, but none …
parsing erlangWhere can I find example on how to add dynamic child processes to an existing supervisor (simple_one_for_one …
erlang otp erlang-supervisorI have Ejabberd up and running with test users, and its working fine. I want to write a module that …
erlang hook ejabberdThis started off as the question: Almost every time when I use the Erlang shell, I'd like to run some …
erlang erlang-shell