Comparison of functional programming languages

From HaskellWiki
Revision as of 18:09, 7 November 2006 by Ashley Y (talk | contribs)
Jump to navigation Jump to search


Evaluation IO Typing Pure
Haskell lazy monads static yes
Clean lazy uniqueness static yes
ML strict side-effects static no
Scheme strict side-effects dynamic no
Erlang strict side-effects dynamic w/ compiler annotations for static typing no