Elegance of the Unix Shell & Adopting the Pipeline Architecture Style in Everyday Programming
·2269 words·11 mins
We take a dip into a bit of history about the pipeline architecture style, also referred to as pipes-and-filter design pattern that is the underlying philosophy behind powerful Unix userland toolbox; and see how command-chaining can be implemented in a high-level language like Go.