Beton icon indicating copy to clipboard operation
Beton copied to clipboard

Command Piping

Open adam-rocska opened this issue 1 year ago • 0 comments

So, F# has this awesome syntax of

doThis
  |> doThat
  |> thenThat
  |> finallyThat

I've always wanted to have something like this in Swift.

Now finally there is a use case for it (besides it being cool): Operations, CI, that kind of stuff, when you pipe commands into commands into commands!

Similar to our invertible library in TS.

adam-rocska avatar Oct 28 '23 19:10 adam-rocska