diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-24 18:11:50 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-24 18:11:50 +0000 |
commit | 07a338c0d87043c47ae1d1479c69b9c87c172f24 (patch) | |
tree | 13260bb7a4f59d240c43613d5787e259f492bca2 /lang/erlang14/pkg-descr | |
parent | 6f5d9a41a4255eca274b6923ab3d34c10165d615 (diff) | |
download | ports-07a338c0d87043c47ae1d1479c69b9c87c172f24.tar.gz ports-07a338c0d87043c47ae1d1479c69b9c87c172f24.zip |
Notes
Diffstat (limited to 'lang/erlang14/pkg-descr')
-rw-r--r-- | lang/erlang14/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/erlang14/pkg-descr b/lang/erlang14/pkg-descr new file mode 100644 index 000000000000..b6a963b4aec9 --- /dev/null +++ b/lang/erlang14/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 |