Main user interface for the Common Test framework.
High Performance Erlang (HiPE) is part of ordinary Open Source Erlang. It allows compiling Erlang modules to native code. Erjang is an experimental Erlang VM implemented in Java. Erlang to Scheme ...
If you need to keep a database that will be used by multiple processes and/or nodes, using Mnesia means you don't have to write your own access controls. It depends. Erlang has no problem storing ...
The low-level Erlang loader. This module is used to load all Erlang modules into the system. The start script is also fetched with this low-level loader.
With an imperative language background (e.g. C, Python, Java, C++, Pascal, PERL, etc.), it takes most people about a week before they can write nontrivial programs, about a month to feel really ...
Functions for exporting XML data to an external format.
If you use the emacs mode (it comes with the open source release, in lib/emacs/erlang.el), you also get a pretty printer just by printing from emacs. No. Most people use general-purpose diagram tools.
Core Erlang abstract syntax trees.
This module is deprecated and the functions should not be used.
Built using ExDoc (v0.34.1) for the Erlang programming language ...
Fixed a bug where calling httpc:set_options/2 when one of keys: ipfamily or unix_socket, was not present, would cause the other value to get overriden by the default value. The validation of these ...
Call/start a distributed Erlang node. The -address flag is typically useful when one wants to call a node that is running on machine without an accessible epmd instance. (Optional.) Use this option to ...