Erlang is a general-purpose, garbage-collected programming language and runtime environment, with built-in support for concurrency, distribution and fault tolerance.
How do I concatenate two binaries in Erlang? For example, let's say I have: B1 = <<1,2>>. B2 = &…
erlang binariesI've been looking at akka recently and it's pretty impressive. It looks like it has most of the killer features …
erlang akkaI'm learning Elixir and wonder why it has two types of function definitions: functions defined in a module with def, …
erlang elixirI am trying to start using erlang:trace/3 and the dbg module to trace the behaviour of a live production …
debugging erlang traceI installed erlang and rabbitmq in the way mentioned in the official documentation. But then, when I do this C:\…
erlang rabbitmqI am looking for an easy-to-learn Actor library or framework for Python 2.x. I have tried Candygram and Twisted but …
python erlang actor python-stacklessCan someone explain the structure of a Pid in Erlang? Pids looks like this : <A.B.C> , e.…
erlang pidWhat libraries can I use to build a GUI for an Erlang application? Please one option per answer.
user-interface erlang