Talk:Comparison of functional programming languages

From HaskellWiki
Revision as of 19:12, 8 October 2006 by BrettGiles (talk | contribs) (Talk:Comparison moved to Talk:Comparison of functional programming languages)
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.

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