Erlang is a general-purpose, garbage-collected programming language and runtime environment, with built-in support for concurrency, distribution and fault tolerance.
Message-passing is a fundamental part of Erlang. Alan Kay has argued that message-passing is a concept more important than objects …
erlang oopSome places state 2GB period. Some places state it depends up the number of nodes.
erlang mnesiaIn the spirit of: Hidden Features of C# Hidden Features of Java Hidden Features of ASP.NET Hidden Features of …
erlang hidden-featuresWhat is an .hrl file in Erlang/OTP? Is it some sort of library mechanism?
erlang header-filesI want to play with Riak http://riak.basho.com/ or a least get it running on a Windows system. …
erlang nosql riakI have an erlang application, compiled with rebar. Normally I start it with like this: application:start(myapp). from inside …
erlang rebarCould somebody explain what an "improper list" is? Note: Thanks to all ! All you guys rock!
functional-programming erlang lisp schemeBasically I have a structure that includes a Value and a list of Ids. What I want to do is …
erlang erlang-shellThere's a lot of interest these days in Erlang as a language for writing parallel programs on multicore. I've heard …
erlang multicore parallel-processing mpi