Comparison of functional programming languages

From HaskellWiki
Revision as of 17:42, 23 July 2008 by David T (talk | contribs) (added Miranda to table)
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
Miranda lazy lazy lists 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