graphix-stdlib 0.3.1

A dataflow language for UIs and network programming, standard library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# The Standard Library

The Graphix standard library is split into several modules with different
functions. The `core` module is always imported with an implicit use statement.

- `core` fundamental functions and types
- `array` functions for manipulating arrays
- `map` functions for manipulating maps
- `str` functions for manipulating strings
- `re` regular expressions
- `rand` random number generator
- `time` timers and time functions
- `net` netidx functions
- `fs` file manipulation

The standard library is a work in progress.