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.

How do I concatenate two binaries in Erlang?

How do I concatenate two binaries in Erlang? For example, let's say I have: B1 = <<1,2>>. B2 = &…

erlang binaries
How does akka compare to Erlang?

I've been looking at akka recently and it's pretty impressive. It looks like it has most of the killer features …

erlang akka
Strange Oracle error: Identifier too long ORA-00972

I have faced this problem when working with ORACLE 10g. I read the answers given to this question here (ora-00972 …

sql oracle erlang odbc
Why are there two kinds of functions in Elixir?

I'm learning Elixir and wonder why it has two types of function definitions: functions defined in a module with def, …

erlang elixir
Using trace and dbg in Erlang

I am trying to start using erlang:trace/3 and the dbg module to trace the behaviour of a live production …

debugging erlang trace
How To Convert An Elixir Binary To A String?

So I'm trying to convert a binary to a string. This code: t = [{<<71,0,69,0,84,0>>}] String.from_char_…

unicode erlang odbc elixir
Authentication failed (rejected by the remote node), please check the Erlang cookie

I installed erlang and rabbitmq in the way mentioned in the official documentation. But then, when I do this C:\…

erlang rabbitmq
Which Actor model library/framework for python and Erlang-like?

I 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-stackless
Can someone explain the structure of a Pid (Process Identifier) in Erlang?

Can someone explain the structure of a Pid in Erlang? Pids looks like this : <A.B.C> , e.…

erlang pid
What libraries can I use to build a GUI with Erlang?

What libraries can I use to build a GUI for an Erlang application? Please one option per answer.

user-interface erlang