Programming languages and the zealots who love them
In the magazine American Scientist, computer columnist Brian Hayes has a fun overview of the world's many, many computer programming languages and the zealots who fight over which is best. He seems to know the field, and himself favors the obscure language Lisp, so it's strange that he gets object-oriented programming so wrong:
For an even more esoteric, but fun, journey through the state of programming languages, try Amazon employee Steve Yegge's 2004 rant "Tour de Babel":
In object-oriented programming languages the root idea is to bind together imperative commands and the data they act on, forming encapsulated objects. Instead of defining a procedure to manipulate a data structure, one "teaches" the data structure how to carry out operations on itself.I won't get into details about why this is wrong, but only promise that this makes absolutely no sense.
For an even more esoteric, but fun, journey through the state of programming languages, try Amazon employee Steve Yegge's 2004 rant "Tour de Babel":
We have 50 million lines of C++ code. No, it's more than that now. I don't know what it is anymore. It was 50 million last Christmas, nine months ago, and was expanding at 8 million lines a quarter. The expansion rate was increasing as well. Ouch.
Stuff takes forever to do around here. An Amazon engineer once described our code base as "a huge mountain of poop, the biggest mountain you've ever seen, and your job is to crawl into the very center of it, every time you need to fix something."



