Commanding Chaos for Coworking, Open Source and Creative Communities

AWK-ward Ruby

Tue, 06/19/2012 - 13:12 -- rprice

this style of programming was very common in UNIX's hayday. Instead of programs being dominated by a single language like Perl or Ruby, you'd build pipelines that combined standard utilities (like sort shown above), sprinkle in bits and pieces of AWK as needed, and drop down to C when performance was critical.