php
Creating a type-safe pipe() in PHP
I am an absolute fan of pipeline-oriented programming. In this article I want to show you a few ways in which Scala makes this way of working very natural, and then see how we can mimic a fraction of that power in PHP. Enter Scala I wrote a program that