1999 2016 Ericsson AB. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Introduction 2016-03-04 PA1 introduction.xml
Scope

The Standard Erlang Libraries application, STDLIB, is mandatory in the sense that the minimal system based on Erlang/OTP consists of STDLIB and Kernel.

STDLIB contains the following functional areas:

Erlang shell Command interface Query interface Interface to standard Erlang I/O servers Interface to the Erlang built-in term storage BIFs Regular expression matching functions for strings and binaries Finite state machine Event handling Functions for the server of a client-server relation Function to control applications in a distributed manner Start and control of slave nodes Operations on finite sets and relations represented as sets Library for handling binary data Disk-based term storage List processing Maps processing
Prerequisites

It is assumed that the reader is familiar with the Erlang programming language.