blob: 8fe0bad6ae94a0854f13c8bcd7c3c8b9d7c60217 (
plain)
1
2
3
4
5
6
7
8
9
|
Erlang is a general-purpose concurrent programming language and runtime
system. The sequential subset of Erlang is a functional language, with
strict evaluation, single assignment, and dynamic typing. It was designed
by Ericsson to support distributed, fault-tolerant, soft-real-time,
non-stop applications.
This package contains only the man pages. You'll need to install the
erlang-otp package first. The man pages can be accessed with the
following command: erl -man <page>
|