💭 The Glorious Pipe Operator (Elixir for PHP Devs) | Jesse Leite ================================================================ !https://jesseleite.com/2025/the-glorious-pipe-operator Date: November 2, 2025 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 [1] 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 [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://jesseleite.com/2025/the-glorious-pipe-operator [2]: /thoughts/ [3]: /tags/thoughts/