Programming Language

Erlang

Erlang (programminglanguage)
Full NameErlang
Short NameErlang
DescriptionTBD
CompanyUnkown
WebNo
MobileNo
EnterpriseNo
EmbeddedNo
Erlang_(programming_language)

GitHub Topics

Erlang is a general-purpose, concurrent, functional programming language, and a garbage-collected runtime system. The term Erlang is used interchangeably with Erlang/OTP, or Open Telecom Platform (OTP), which consists of the Erlang runtime system, several ready-to-use components (OTP) mainly written in Erlang, and a set of design principles for Erlang programs.

-module(hello).
-export([hello_world/0]).

hello_world() ->
    io:format("Hello, World!~n").

See also: Programming Languages

  • dev/erlang.txt
  • Last modified: 2024/08/01 16:22
  • by Henrik Yllemo