summaryrefslogtreecommitdiffstats
path: root/development/erlang-otp/README
diff options
context:
space:
mode:
author Ben Mendis2010-05-12 23:28:40 +0200
committer Robby Workman2010-05-12 23:28:40 +0200
commit93facb5fa020e66ae489879782fc9e53109a3a52 (patch)
tree176c802c186647528c9b51557b4a68c0c0d3d068 /development/erlang-otp/README
parent06be89d78d4552bcd1c464d313acfa724d626b76 (diff)
downloadslackbuilds-93facb5fa020e66ae489879782fc9e53109a3a52.tar.gz
development/erlang-otp: Added to 12.2 repository
Diffstat (limited to 'development/erlang-otp/README')
-rw-r--r--development/erlang-otp/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/erlang-otp/README b/development/erlang-otp/README
new file mode 100644
index 0000000000..0992256bcf
--- /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.