On Sunday, January 17, 2016 at 8:16:11 PM UTC-6, Wilton Basse wrote:
>
> Why was the pipeline symbol |> changed to pipeline() ?  Not objecting, 
> just trying to learn.  Thanks!
>

The reason I ask is,

run(`dofoo` |> `dobar` |> `dosomethingelse` |> "myfile.txt ")

seems much easier than

run( pipeline(`dofoo`, pipeline(`dobar, pipeline(`dosomethingelse, 
"myfile.txt")))

I'm not sure that's even correct.

Reply via email to