https://talkingrobot.com/wp-content/uploads/captcha_paradox.jpeg
Discovering Errors in Donald Knuth’s TAOCP
Brian Kernighan famously wrote:
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
— The Elements of Programming Style, 2nd edition, chapter 2
https://www.linusakesson.net/programming/kernighans-lever/index.php
Who will win? Don Knuth, the great literate programmer -or- Doug McIlroy, the master of Unix one-liners? Knuth once wrote a 10 page program that sorts words using literate programming, and then McIlroy did the same with a Unix one-liner.
Who will win? Don Knuth, the great literate programmer -or- Doug McIlroy, the master of Unix one-liners? Donald Knuth vs Douglas McIlroy (For those of you out of the loop, Knuth once wrote a 10 page program that sorts words using literate programming, and then McIlroy did the same with a Unix one-liner.) See you next...