[Haskell-cafe] Are there major inefficiencies in Haskell compared to OCaml?

Erik de Castro Lopo mle+hs at mega-nerd.com
Fri Dec 4 16:50:17 EST 2009


Casey Hawthorne wrote:

> Are there major inefficiencies in Haskell compared to OCaml?

As a five plus year veteran of Ocaml and a one year user of Haskell
I would say in general no.

However, Ocaml's strict evaluation makes it easy for someone new to
the language to have a pretty accurate guess about its run time and 
memory usage something which can be difficult in the face of Haskell's
lazy evaluation (not that I have experienced any obvious manifestations
of this myself).

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/


More information about the Haskell-Cafe mailing list