💭 The Glorious Pipe Operator (Elixir for PHP Devs) | Jesse Leite

!https://jesseleite.com/2025/the-glorious-pipe-operator

The Glorious Pipe Operator (Elixir for PHP Devs)
One of the first game-changing features people learn about in functional programming is the pipe operator, which allows us to pass and transform data fluently through a pipeline.In Elixir, the |> o...
Jesse Leite · jesseleite.com

I’m so glad that python supports method chaining out of the box, very similar to the pipe operator that Jesse mentions here. It makes everything much more readable to follow the flow rather than needing to parse nested funcion calls out(inside()).

Note

This post is a thought. It’s a short note that I make about someone else’s content online #thoughts

Connections

Related tags and posts connected to this entry.