Mimicking a pipeline operator in Python
Pipeline operators are a common feature in functional programming languages like Elixir and OCaml. Here I explore how to implement a simple and similar version of that operator in Python.
Topic - Edition
Pipeline operators are a common feature in functional programming languages like Elixir and OCaml. Here I explore how to implement a simple and similar version of that operator in Python.