Quotes by Larry Wall

If you don't know who Larry Wall is then never mind.

Here's a sampler:

"Doing linear scans over an associative array is like trying to club someone to death with a loaded Uzi."

"Hubris itself will not let you be an artist."

"Real programmers can write assembly code in any language."

The rest are here. But I warn you. I've shown you the only ones that are not inane.

Tags

More like this

Randall Hyde's book is now out in it's second edition. Your computer has little dohickies in it that know how to read and respond to commands that are, in turn, stored in (and read from) other dohickies. These instructions are collectively known as "machine language." If you do an programming…
I decided to do a little bit of something useful with Erlang, both to have some code to show, and to get some sense of what it's like writing something beyond a completely trivial example. Because the capabilities of Erlang shine when you get into low-level bit oriented things, I thought that…
Janet Stemwedel brings her expertise in science and science ethics to bear on the contents of the emails stolen from the University of East Anglia. As with all of her work, the whole thing is worth reading, but I want to pick up on this claim: If you don't thoroughly document your code, no one but…
(This is a heavily edited repost of the first article in my original Haskell tutorial.) (I've attempted o write this as a literate haskell program. What that means is that if you just cut-and-paste the text of this post from your browser into a file whose name ends with ".lhs", you should be able…