Debian Package - http://packages.debian.org/unstable/interpreters/erlang.html
Debian GNU/Linux Erlang package information. |
Erlang for the PPC860 - http://www.corelatus.com/~matthias/erlang_on_860.html
Some notes on how Erlang was cross compiled to run on the PowerPC 860, a big-endian CPU. |
FreeBSD Port - http://www.freebsd.org/cgi/ports.cgi?query=Erlang&stype=all
The Erlang Free BSD port. |
High-Performance Erlang: HiPE - http://www.it.uu.se/research/group/hipe/
Research project, goal: efficiently implement the concurrent functional language Erlang; now part of Ericsson Erlang/OTP system. Open source. Uppsala University. |
http://www.iro.umontreal.ca/~etos/ - http://www.iro.umontreal.ca/~etos/
Commercial quality, efficient Erlang implementation based on Gambit Scheme. State-of-the-art native code Scheme compiler transforms Erlang code to Scheme, which can then gain from the special features of the Gambit Scheme compiler. Developed at University of Montreal. [Free to academic research, education] |
Kernel poll support - http://www.synapse.se/open_source.html
Linux, FreeBSD and Solaris patch allowing you to save CPU cycles in kernel mode. |
Linux Port - http://eddie.sourceforge.net/erlang.html
RedHat 6.1 RPM at the eddie sourceforge site. |
SCO UnixWare Package - http://www.sco.com/skunkware/devtools/#erlang
Erlang package for UnixWare, distributed by SCO. |
Stand Alone Erlang - http://www.sics.se/~joe/bluetail/sae_r7b/sae.html
SAE for OTP R7, create stand alone applications in Erlang, i.e. one file that holds the executable and the Erlang object files, BEAM files, needed. |