Skip to content

Pipelines 2/11/2019

Latest
Compare
Choose a tag to compare
@calebwin calebwin released this 11 Feb 18:15
· 24 commits to master since this release

This is the first release of Pipelines, a high-level language for crafting concurrent pipelines written in Python. Standard library is nonexistent and language constructs are few. However, the compiler is stable and the CLI interface is usable.

Features that should come in future releases include piping data from one component to multiple components simultaneously and more robust error handling.