Erlang

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2005-11-05 17:20:45
Size: 623
Editor: DSL01
Comment:
Revision 5 as of 2009-12-22 03:42:30
Size: 1031
Editor: cpe-97-104-116-247
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from MOTUUncommonProgrammingLanguages/Erlang
Line 2: Line 3:
{{{A real-time, concurrent and distributed functional language. {{{
A real-time, concurrent and distributed functional language.
Line 16: Line 18:
  * There is a very small debian Erlang packaging team, anyone interested in packaging software written in Erlang please consider contributing your work there: http://wiki.debian.org/Teams/ErlangPackagingTeam
Line 18: Line 21:
  * TODO   * ElliotMurphy (statik on Freenode) is not y etMOTU but is interested in Erlang packaging and has done some work on Erlang and CouchDB.
Line 20: Line 23:
[:CategoryMOTU] [[CategoryMOTU]]

About Erlang

A real-time, concurrent and distributed functional language.

Some of Erlang's main features are:
  Clear declarative syntax and is largely free from side-effects;
  Builtin support for real-time, concurrent and distributed programming;
  Designed for development of robust and continously operated programs;
  Dynamic code replacement at runtime.

(taken from debian package description of erlang)

Compilers/Interpreters

  • there must be some hidden in the erlang package. TODO

Packaging Erlang

Which MOTU has knowledge?

  • ElliotMurphy (statik on Freenode) is not y etMOTU but is interested in Erlang packaging and has done some work on Erlang and CouchDB.

CategoryMOTU

MOTU/Teams/UncommonProgrammingLanguages/Erlang (last edited 2009-12-22 03:42:30 by cpe-97-104-116-247)