Erlang is one of those early languages which were based on the functional programming paradigm which was developed back in somewhere 1986 internally within Ericsson for proprietary use. The immediate ...
For any code to run, an Erlang process must be running it. Every process has a unique identifier, usually referred to as a pid. spawn(io, format, ["erlang!"]). spawn(fun() -> io:format("erlang") end).
Add a description, image, and links to the erlang-tutorial topic page so that developers can more easily learn about it.
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...