libcore

Description

This is a standard system library which is used by all applications. It contains all basic routines necessary to write console programs.

Headers

builtins  List of built-in types of Ether.
io.eh  Work with file system and input/output routines.
dataio.eh  Additional I/O routines for binary data streams.
textio.eh  Text I/O streams.
string.eh  String operations.
strbuf.eh  String buffers.
list.eh  Ordered collection of elements.
dict.eh  Dictionaries.
math.eh  Math functions.
rnd.eh  Pseudorandom numbers.
sys.eh  Various system functions
time.eh  Time and date.
error.eh  Error handling.
process.eh  Work with program processes.
dl.eh  Dynamic loading support.
connection.eh  Generic connection framework.
func.eh  Functional transformations.