diff options
author | flathill <flathill@FreeBSD.org> | 1998-12-25 02:11:50 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-12-25 02:11:50 +0800 |
commit | 60b3e7101ce02cf34e1435b91e1b2722135f1ef6 (patch) | |
tree | 760b347e209e0ef263bd87be6b2f3c542785557b /lang/erlang/pkg-descr | |
parent | 0b0291cf0b0220295991465ed41c14d3d7ec3151 (diff) | |
download | freebsd-ports-gnome-60b3e7101ce02cf34e1435b91e1b2722135f1ef6.tar.gz freebsd-ports-gnome-60b3e7101ce02cf34e1435b91e1b2722135f1ef6.tar.zst freebsd-ports-gnome-60b3e7101ce02cf34e1435b91e1b2722135f1ef6.zip |
PR: ports/9054
Submitted by: Ruslan@Shevchenko.Kiev.UA
modern programming language from Ericsson labs
Diffstat (limited to 'lang/erlang/pkg-descr')
-rw-r--r-- | lang/erlang/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/erlang/pkg-descr b/lang/erlang/pkg-descr new file mode 100644 index 000000000000..b6a963b4aec9 --- /dev/null +++ b/lang/erlang/pkg-descr @@ -0,0 +1,12 @@ + 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. + + The language is based on the functional programmint theory. + + For more info, please, refer to http://www.erlang.org |