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: Erlang/OTP virtual machine and base applications
This package contains the Erlang/OTP runtime implementation,
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;
ose - code for Enea OSE operating system;
sasl - the system architecture support libraries application;
stdlib - modules for manipulating lists, strings, files etc.
Description: Erlang base system (virtual machine)
Open Source Erlang is a functional programming language designed at
the Ericcson Computer Science Laboratory.
.
Some of Erlang's 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.
--- 284575 Thu Jan 1 00:00:00 1970
+++ 2264 Thu Jan 1 00:00:00 1970
@@ -1,9 +1,11 @@
-Erlang/OTP virtual machine and base applications
+Erlang base system (virtual machine)
- This package contains the Erlang/OTP runtime implementation,
+ Open Source Erlang is a functional programming language designed at
- and minimal set of Erlang applications:
+ the Ericcson Computer Science Laboratory.
- compiler - compiles Erlang code to byte-code;
+ .
- erts - the Erlang runtime system application;
+ Some of Erlang's main features are:
- kernel - code necessary to run the Erlang runtime system itself;
+ Clear declarative syntax and is largely free from side-effects;
- ose - code for Enea OSE operating system;
+ Builtin support for real-time, concurrent and distributed programming;
- sasl - the system architecture support libraries application;
+ Designed for development of robust and continously operated programs;
- stdlib - modules for manipulating lists, strings, files etc.
+ Dynamic code replacement at runtime.
+ .
+ This package contains the architecture-specific runtime implementation.