The Power of the Forward Pipe

Read Time: 8 minutes

… or Why I <3 the |>

This is a light post, but I wanted to provide some advocacy for the |> (forward pipe). To F# developers, it is a well-known operator. It hardly needs introduction or promotion for heavier use. With that said, it can be underappreciated that F# provides native tooling for easy data processing development models. If F# is the ETL language, then |> is the glue that holds all of the processing components together.

Read More