Comparison of functional programming languages

From HaskellWiki
Revision as of 01:19, 8 April 2006 by JaredUpdike (talk | contribs) (Added page from old haskell.org/comparison.html page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 annotions for static typing ?yes (shadows old version of variable)