Comparison of functional programming languages
From HaskellWiki
(Difference between revisions)
m (wikitable) |
m (Comparison moved to Comparison of functional programming languages) |
Revision as of 19:12, 8 October 2006
Haskell compared to other Functional Programming Languages
| 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 | no |
