Erlang

From ArchWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Tango-view-fullscreen.pngThis article or section needs expansion.Tango-view-fullscreen.png

Reason: This article is a stub. Can it be extended without duplicating the upstream docs? (Discuss in Talk:Erlang)

Erlang is a programming language with the specific qualities of immutable data and distributed computing.

Installation

Install the erlang package.

Usage

For further documentation you can read Erlang's docs.

To activate the console, type in the command erl

Where you can enter commands like so:

   Erlang/OTP 22 [erts-10.7.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe]
   Eshell V10.7.2  (abort with ^G)
   1> 1 + 2 .
   3
   2> (2 + 3) * 4 / 5 .
   4.0
   3>

Tips and tricks

Emacs mode

To set up the included Emacs mode, erlang-mode, follow the documentation (the OTP path is /usr/lib/erlang).