a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: Concurrent, real-time, distributed functional language (virtual machine)
Open Source Erlang is a functional programming language designed at
the Ericsson Computer Science Laboratory.
.
Some of Erlang main features are:
Clear declarative syntax and is largely free from side-effects;
Builtin support for real-time, concurrent and distributed programming;
Designed for development of robust and continously operated programs;
Dynamic code replacement at runtime.
.
This package contains the architecture-specific runtime implementation,
which is configured and built without HiPE support and minimal set of
Erlang applications (kernel, sasl, stdlib).
Description: Erlang/OTP virtual machine and base applications
This package contains the Erlang/OTP runtime implementation, which is
configured and built without HiPE support (compiles to byte-code only),
and minimal set of Erlang applications:
compiler - compiles Erlang code to byte-code;
erts - the Erlang runtime system application;
kernel - code necessary to run the Erlang runtime system itself;
sasl - the system architecture support libraries application;
stdlib - modules for manipulating lists, strings, files etc.
--- 26325 Thu Jan 1 00:00:00 1970
+++ 59326 Thu Jan 1 00:00:00 1970
@@ -1,13 +1,9 @@
-Concurrent, real-time, distributed functional language (virtual machine)
+Erlang/OTP virtual machine and base applications
- Open Source Erlang is a functional programming language designed at
+ This package contains the Erlang/OTP runtime implementation, which is
- the Ericsson Computer Science Laboratory.
+ configured and built without HiPE support (compiles to byte-code only),
- .
+ and minimal set of Erlang applications:
- Some of Erlang main features are:
+ compiler - compiles Erlang code to byte-code;
- Clear declarative syntax and is largely free from side-effects;
+ erts - the Erlang runtime system application;
- Builtin support for real-time, concurrent and distributed programming;
+ kernel - code necessary to run the Erlang runtime system itself;
- Designed for development of robust and continously operated programs;
+ sasl - the system architecture support libraries application;
- Dynamic code replacement at runtime.
+ stdlib - modules for manipulating lists, strings, files etc.
- .
- This package contains the architecture-specific runtime implementation,
- which is configured and built without HiPE support and minimal set of
- Erlang applications (kernel, sasl, stdlib).