diff options
Diffstat (limited to 'development/erlang-otp/README')
-rw-r--r-- | development/erlang-otp/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/erlang-otp/README b/development/erlang-otp/README new file mode 100644 index 000000000000..0992256bcf93 --- /dev/null +++ b/development/erlang-otp/README @@ -0,0 +1,5 @@ +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. |