diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-02-26 13:01:25 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-02-26 13:01:25 +0800 |
commit | 4cb01939586192cf6984469278a6502fce6b493d (patch) | |
tree | 5ebd167bbb3721904faafc7a3825da7743dbd8f9 /lang/erlang/pkg-descr | |
parent | 72a53850a74ccfce89ce84eadad75ab5988cca15 (diff) | |
download | freebsd-ports-gnome-4cb01939586192cf6984469278a6502fce6b493d.tar.gz freebsd-ports-gnome-4cb01939586192cf6984469278a6502fce6b493d.tar.zst freebsd-ports-gnome-4cb01939586192cf6984469278a6502fce6b493d.zip |
Upgrade to v47.4.1.
PR: ports/10236
Submitted by: Sebastian Strollo <seb@erix.ericsson.se>
Diffstat (limited to 'lang/erlang/pkg-descr')
-rw-r--r-- | lang/erlang/pkg-descr | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/lang/erlang/pkg-descr b/lang/erlang/pkg-descr index b6a963b4aec9..373fa56559b3 100644 --- a/lang/erlang/pkg-descr +++ b/lang/erlang/pkg-descr @@ -1,12 +1,5 @@ - Most of the concepts in Erlang have been taken from modern programming - languages that have proven to be good. The languages Prolog, Strand, Parlog - and Eri-Pascal have had an especially high influence. Erlang was created as - a result of ongoing research at the Ericsson and Ellemtel Computer Science - laboratory regarding ways to improve the software development of telecom - applications. Many of the Erlang primitives provide solutions to problems - that are commonly encountered when programming large, concurrent, real-time - systems. +Erlang is a small concurrent functional programming language +developed by Ericsson. It is being used by Ericsson as a systems +programming language for large concurrent distributed systems. - The language is based on the functional programmint theory. - - For more info, please, refer to http://www.erlang.org +For more information visit http://www.erlang.org/ |