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

add a version number for the file format for files: - manifest file between flowc and flowrunners in particular - maybe flow specs too should be pretty simple I think,...

Instead of a lot of print statements, use a crate for graph creation and then dot file generation. Something like https://docs.rs/dot/0.1.4/dot/ Or https://github.com/besok/graphviz-rust Or https://docs.rs/petgraph/latest/petgraph/dot/struct.Dot.html

docs

Remove client side of debugging from the cli context part of flowr. Flowdb as a separate binary that connects to the same ports. A CLI incarnation of it will read...

debugger

Use fully qualified type names in the generated code of the flowmacro and remove the imports (except highest level ones that are needed).

enhancement

We can generate a .md file (used in book and in code comments via include or via flowmarco) from the parsed definition file. We know the path so can explain...

docs
authoring

See if we can compile to WASI the cli context functions, and them to be WASI functions that access STDIO and FS etc? If we can, then they could be...