diff options
author | Ben Mendis <ben.mendis@gmail.com> | 2010-05-12 23:28:40 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:40 +0200 |
commit | 93facb5fa020e66ae489879782fc9e53109a3a52 (patch) | |
tree | 176c802c186647528c9b51557b4a68c0c0d3d068 /development/erlang-otp/README | |
parent | 06be89d78d4552bcd1c464d313acfa724d626b76 (diff) |
development/erlang-otp: Added to 12.2 repository
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. |