Workflow management system
You can check nightly builds of the system here.
Simple Executor API implementation provided by ICT-Xored team of CompTech@NSK 2018 Winter school. Original sources can be found here. Thank you, brave souls!
F# compiler wich produces computation graph description in terms of Executor API. Allows program to be executed as parallel as it can be. You can play with the Filomena here - please report errors and strange behaviour to its GitHub issue tracker.
Currently supported features:
- Value bindings
- Tuples
- Arithmetic operations
- Function applications (if you can find some)
- Module opening (list of modules is not published yet)