Intro
Introduction to flow
1.
Installing flow
2.
What is flow?
3.
Tenets of flow
4.
Project Components and Structure
5.
The Inspirations for flow
6.
Non-Inspirations
7.
Parallelism
8.
Status
Your First Flow
9.
Your First Flow
10.
Running the flow
11.
Step-by-Step
12.
Debugging your first flow
Defining Flows
13.
Defining flows
14.
Names
15.
Flow IOs
16.
Process References
17.
Function Definitions
18.
Data Types
19.
Connections
20.
Flow Libraries
21.
Context Functions
22.
Provided Functions
23.
Flow Hierarchy
24.
Sub-flow Execution Semantics
25.
Programming Methods
26.
Feature Examples
flowrcli's context functions
27.
flowr's context functions
28.
Arg functions
28.1.
Arg get function
29.
File functions
29.1.
File Write function
29.2.
File Read function
30.
Image manipulation functions
30.1.
Image buffer
31.
Standard IO functions
31.1.
Readline function
31.2.
Standard Input function
31.3.
Standard Output function
31.4.
Standard Error function
flowrgui's context functions
32.
flowrgui's context functions
33.
Arg functions
33.1.
Arg get function
34.
File functions
34.1.
File Write function
34.2.
File Read function
35.
Image manipulation functions
35.1.
Image buffer
36.
Standard IO functions
36.1.
Readline function
36.2.
Standard Input function
36.3.
Standard Output function
36.4.
Standard Error function
Running Flows
37.
Running flows
38.
flowc Command Line Arguments
39.
Passing command line arguments to flows
40.
Specifying the root file to load
41.
Standard Input and Output
42.
Exceptions and Panics
43.
Running Flows using flowr
44.
Running a flow in client/server mode of flowr
45.
Distributed execution of jobs with flowr and flowrex
Debugging Flows
46.
The Debugger
The flowstdlib Standard Library
47.
README
48.
control
48.1.
compare_switch
48.2.
index
48.3.
index_f
48.4.
join
48.5.
route
48.6.
select
48.7.
tap
49.
data
49.1.
accumulate
49.2.
append
49.3.
bin_count
49.4.
min
49.5.
max
49.6.
avg
49.7.
array_get
49.8.
array_set
49.9.
count
49.10.
duplicate
49.11.
enumerate
49.12.
info
49.13.
ordered_split
49.14.
remove
49.15.
sort
49.16.
split
49.17.
zip
50.
fmt
50.1.
reverse
50.2.
to_json
50.3.
to_string
51.
math
51.1.
add
51.2.
compare
51.3.
divide
51.4.
multiply
51.5.
range
51.6.
range_split
51.7.
sequence
51.8.
sin
51.9.
cos
51.10.
tan
51.11.
sqrt
51.12.
subtract
52.
charts
52.1.
histogram
53.
matrix
53.1.
duplicate_rows
53.2.
multiply
53.3.
multiply_row
53.4.
transpose
53.5.
compose_matrix
flow examples
54.
Examples README
54.1.
debug-help-string
54.2.
debug-print-args
54.3.
factorial
54.4.
gcd
54.5.
hamming
54.6.
image-analysis
54.7.
fibonacci
54.8.
game-of-life
54.9.
hello-world
54.10.
mandlebrot
54.10.1.
escapes
54.10.2.
pixel_to_point
54.11.
prime
54.12.
router
54.13.
running-average
54.14.
sequence-of-sequences
54.15.
word-count
Developing flow
55.
Developing flow
55.1.
flowcore
55.2.
flowmacro
55.3.
flowc
55.3.1.
Flowc Compiler and Parser Test flows
55.4.
flowr
56.
Contributing
Internals of the flow Project
57.
Internals of flow
57.1.
Flow Loading
57.2.
Flow Compiling
57.3.
Flow Execution
57.4.
Flow Execution State Transitions
Light
Rust
Coal
Navy
Ayu
The 'flow' book
Name
A string used to identify an element.