> Precise estimates vary, but currently about 5 percent of all energy consumption in the U.S. goes just to running computers 30% goes on transport. > the human brain is a computer. This particular computer uses some 10–20 percent of all the calories that a human consumes So society's computer uses 5 percent and our own, evolved over millions of years, uses up to 20. I'm not saying computers can't or shouldn't be made…
You could probably cut that consumption in half if people stopped using interpreted languages in production, quit telling curious young programmers that early optimization is evil or that memory is an implementation detail, etc. etc. The computer is very efficient, electrical engineers toil and sweat a great deal to make them so. Then we build things with Ruby and Python and make things 2 orders of magnitude less eff…
It's a trade-off. You can compute everything in C, or some things in python. In the former scenario you're trading off software engineering cost with computational efficiency. Since software engineering is insaaaaaanely expensive (I code stupid stuff all day and am paid $150k/y) and processors are dirt cheap compared to them, it makes a lot of sense to do some computing in python/ruby/javascript.