Skip to content

massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.

Notifications You must be signed in to change notification settings

Aurametrix/Alg-Er

Repository files navigation

Erlang

for building massively scalable highly-available soft real-time systems. Runtime system has built-in support for concurrency, distribution and fault tolerance.

Usage $ erlc hello.erl $ erl -noshell -s hello start -s init stop

OTP-21 highlights

example({ok, Val}) -> {ok, Val}.

to

example({ok, Val} = Tuple) -> Tuple.

OTP on Open BSD

About

massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published