Skip to content

Releases: calebwin/pipelines

Pipelines 2/11/2019

11 Feb 18:15
Compare
Choose a tag to compare

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.