Erlang is a general-purpose, garbage-collected programming language and runtime environment, with built-in support for concurrency, distribution and fault tolerance.
I'm trying to write a recursive fun in an Erlang shell, but I keep getting an unbound variable exception: 1> …
recursion erlangI have compiled my Erlang application by using basho rebar which makes an stand-alone escript executable file. I run it …
erlang rebarWith regards to making a game server, it seems Erlang always comes up as a language that is "built for …
haskell erlangI have been trying to learn Erlang and have been running into some problems with ending lines in functions and …
syntax erlang punctuationI cannot seem to start or install my RabbitMQ server anymore for my Ubuntu 18.04 anymore. I tried to remove and …
rabbitmq erlang dumpI'm an erlang and mnesia newbie.. How do I add a new disc_only_copies node to an mnesia database …
erlang mnesiaI've been trying to get rabbitmq-server-2.4.0 up and running on Centos 5.5 on an Amazon AWS instance. My instance uses the …
erlang rabbitmq centos51) Are functional languages suited for web applications development? 2) Are functional languages suited for business/ERP/CRM type of applications?
scala haskell f# functional-programming erlangI want to know technical details about garbage collection (GC) and memory management in Erlang/OTP. But, I cannot find …
memory-management garbage-collection erlang