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 ...
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 ...
Core Erlang abstract syntax trees.
Built using ExDoc (v0.34.1) for the Erlang programming language ...
PLI (Principles, Logics, and Implementations of High-Level Programming Languages) was a confederation of conferences and workshops aimed at the advancement of high-level programming languages and ICFP ...
Built using ExDoc (v0.34.1) for the Erlang programming language ...
Interface to TCP/IP sockets.
Ports provide the basic mechanism for communication with the external world, from Erlang's point of view. They provide a byte-oriented interface to an external program. When a port has been created, ...
This section informs on interoperability, that is, information exchange, between Erlang and other programming languages. The included examples mainly treat interoperability between Erlang and C. The ...