It is faster than many other languages, for example: Ruby,
Python, PHP, Perl and friends.
Haskell is competitive with most compiled languages -- O'Caml
and Java and Scala, for example. With regards to C or C++, the
comparison is often all over the place. Laziness makes some
algorithms faster and some slower; clever data structures can
make Haskell competitive when they exist while the ubiquitous
list data structure can be a source of useless memory traffic;
low level Haskell with lots of pointer ops is basically C with
indentation. Really fast Haskell is a bit of a dark art; but
then again, C++ is a dark art all by itself -- and really fast
Python is impossible.
--
Jason Dusek
--
Jason Dusek