On 5 February 2011 16:21, Andrew Coppin <andrewcop...@btinternet.com> wrote:
> I didn't think Clean supported laziness at all? I thought it was a strict
> language.

"CLEAN is a practical applicable general-purpose lazy pure functional
programming language suited for the development
of real world applications." [1]

Haskell en Clean are very much alike. You can even compile Haskell 98
code with the latest (experimental) Clean compiler and having it
interact with Clean code and vice-versa [2]. The main difference is
Clean's use of uniqueness typing.


1 - http://clean.cs.ru.nl/download/Clean20/doc/CleanLangRep.2.1.pdf
2 - 
http://www.cs.ru.nl/~thomas/publications/groj10-exchanging-sources-between.pdf

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to