Erlang
Erlang is a programming language developed at Ericsson, featuring concurrency and message passing.
General information
- Erlang: The open source Erlang home page.
- trapexit.org: The one stop place for Erlang information.
- Planet Erlang: Planet Erlang syndicates RSS feeds from the Erlang community to provide unified view of what is happening in the Erlang world.
Specific tools
- Dialyzer: The DIALYZER: a DIscrepancy AnaLYZer for ERlang programs. The Dialyzer is a static analysis tool that identifies software discrepancies such as obvious type errors, unreachable code, redundant tests, virtual machine bytecode which is unsafe, etc., in single Erlang modules or entire applications.
