Sed, a powerfull mini-language from the 70s
Summary
A deep-dive into sed as a tiny language and stateful streaming processor from the 1970s. It reframes sed from a simple line editor to a small, memory-enabled program with pattern/hold spaces and looping constructs, offering insights for stream processing and automation.