flowruntime 0.8.8

A set of run-time functions 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `flowruntime`

Here we define the functions an execution environment 
(i.e. an app or server where flows are executed using `flowrlib`) must provide.

These "impure" functions that interact with stdio or the file system that 
cannot be implemented in the portable `flowrlib` library, and must be provided by the final
executable that links with it.

## Runtime functions
Those functions are organized into the following modules, each with multiple functions:
* [args]args/args.md - used to get arguments that flow was invoked with
* [file]file/file.md - used to interact with the file system
* [stdio]stdio/stdio.md - used to interact with stdio