Comparison of functional programming languages

From HaskellWiki
Revision as of 18:50, 7 February 2013 by Blackout (talk | contribs) (w/ -> with. We don't need to save bandwidth.)


Evaluation IO Typing Pure
Haskell lazy monads static yes
Clean lazy uniqueness static yes
Miranda lazy lazy lists static yes
ML eager side-effects static no
Scheme eager side-effects dynamic no
Erlang eager side-effects dynamic with compiler annotations for static typing no