Talk:Comparison of functional programming languages

From HaskellWiki
Revision as of 04:09, 8 April 2006 by DonStewart (talk | contribs) (Comment on strict/lazy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Is there a way to point out which languages support the 'opposite' language's paradigms? I.e. Haskell and Clean both allow strictness. ML lets you write lazy code if needed. Just don't want to give the (harmful) impression that you can never get strictness in Haskell, noting that Clean now sells itself as a "strict and lazy" language. -- Don