It should be easy to pipe from one child process to another, as well as to/from files, streams, collections, etc. Overloaded operators such as `|`, `>`, and `<` should be provided to easily achieve shell-like piping semantics.
It should be easy to pipe from one child process to another, as well as to/from files, streams, collections, etc.
Overloaded operators such as
|,>, and<should be provided to easily achieve shell-like piping semantics.