Comment Re:How many ways are there to do simple things? (Score 1) 694
int i = 0;
start:
System.out.println(i);
++i;
if (i == 10) goto end;
goto start;
end:
Facebook is probably one of the few sites that could have written part of it on fast C++ code. In a F1 race, you will use a F1 car.
Facebook is "24 hours of Le Mans" or "Dakar Rally" than F1.
Sometimes, if you are too slow, you can't keep pace with the peloton and keep touch with them. You never have a chance to catch them alone and abandon the race.
"The whole problem with the world is that fools and fanatics are always so certain of themselves, but wiser people so full of doubts." -- Bertrand Russell