|
|
|
|
|
by igouy
5534 days ago
|
|
(I often get this wrong: "beg the question - assume the truth of a proposition needing proof.") > ... I would take the most human-readable program over the most fast, lean or concise one And some people do look at the source code for 2 dozen languages. http://shootout.alioth.debian.org/help.php#why |
|
However, this was still posted under the title "Which programming language is the fastest?" - so I think it's worth exploring in exactly what ways that is or isn't useful information. Just as their own reason #3 says - "To show how difficult it can be to make meaningful comparisons"
I'd also question exactly how useful reading toy benchmark solution code is to real problems. The code to the benchmark problems is often nicely written, but if I have a problem to solve then wouldn't I be better off looking for samples of readable code that solve problems related to my specific problem domain?