flow icon indicating copy to clipboard operation
flow copied to clipboard

Exploration of a data-flow programming paradigm

Results 101 flow issues
Sort by recently updated
recently updated
newest added

e.g. find . -name index_f.dot ./target/flowsamples/matrix_mult/index_f.dot ./target/flowstdlib/control/index_f.dot

optimization
docs

Add a timestamp when dispatched Maybe have a timer for the oldest job that if triggers causes to review the list pending. If the maximum time for a running job...

functionality

Copy the example in the Lucid book, using the running average function

samples

Read a function and generate the .toml from it, from the name, the number and name of inputs ? how to name outputs ? - simple output --> "out" -...

authoring

Combine some of the simpler samples into one more complex one that uses the same list of features, and provides feature example/coverage with fewer samples, and also allows tests to...

samples