
3 May
2005
3 May
'05
1:51 p.m.
On 2005-05-03, Daniel Carrera
Greg Buchholz wrote:
You might find the "The Great Computer Language Shootout" informative...
Thanks!
That's a great resource. At first glance, Haskell seems to do well over-all.
It's also misleading, because sometimes Haskell's lazy nature meant that it realized that executing the entire benchmark was meaningless, so it finished instantly. Some Haskell code had to be intentionally "slowed down" to force the tests to run. Not only that, but code for many languages (including Haskell) is so heavily optimized for performance that it is unmaintainable stuff of the sort that one wants people to never write.