|
|
1. |
Erlang for the PPC860
-
Some notes on how Erlang was cross compiled to run on the PowerPC 860, a big-endian CPU.
|
|
|
2. |
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]
|
|
|
3. |
Geoff's Erlang
-
Gerl is a GNU GPL'ed free compiler which implements a (large) subset of the current Erlang standard.
|
|
|
4. |
High-Performance Erlang Compiler
-
Open Source research project aimed at efficiently implementing the concurrent functional language Erlang.
|
|
|
5. |
Linux Port
-
RedHat 6.1 RPM at the eddie sourceforge site.
|
|
|
6. |
RPM packages
-
The OTP R8B0 packages compiled on RedHat 7.1.
|
|
|
7. |
SCO UnixWare Package
-
Erlang package for UnixWare, distributed by SCO.
|
|
|
8. |
Stand Alone Erlang for OTP R7
-
Create stand alone applications in Erlang, i.e. one file that contains the executable and the Erlang object files, BEAM files, needed.
|
|
|
9. |
Stand alone Erlang for OTP R8
-
Create stand alone applications in Erlang.
|
|
|
10. |
Unreleased downloads
-
Daily snapshots of the not yet released official Erlang/OTP versions are available here. There is no guarantee that they will work.
|
|
|
11. |
Debian Package
-
Debian GNU/Linux Erlang package information.
|
|
|
12. |
FreeBSD Port
-
The Erlang Free BSD port.
|
|
|
13. |
Kernel poll support
-
Linux, FreeBSD and Solaris patch allowing you to save CPU cycles in kernel mode.
|