←back to thread

IRCd service (2024)

(example.fi)
105 points pabs3 | 1 comments | | HN request time: 0.001s | source
Show context
epistasis ◴[] No.45755969[source]
A couple decades ago I remember somebody using awk in programming competitions, as a stunt, and doing surprisingly well. For tasks involving text processing it has a huge advantage, and it ends up doing ok with other stuff.
replies(3): >>45756120 #>>45756493 #>>45757286 #
busfahrer ◴[] No.45757286[source]
I have only dabbled in AWK, but I love the book "The AWK Programming Language" by its authors. Its a great read for any programmer, highlighting pragmatic techniques to solve real-world problems.
replies(1): >>45759574 #
1. Y_Y ◴[] No.45759574[source]
Many books are by their authors, though perhaps fewer nowadays.

As many already know, the authors of that book and the related eponymous language are; Alfred Aho, Peter Weinberger, and Brian Kernighan.