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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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