[Haskell-cafe] Re: Why can't Haskell be faster?

Jeff.Harper at handheld.com Jeff.Harper at handheld.com
Wed Oct 31 11:26:40 EDT 2007


Peter Hercek wrote:
> * it is easy to mark stuff strict (even in function signatures
>  etc), so it is possible to save on unnecessary CAF creations

Also, the Clean compiler has a strictness analyzer.  The compiler will 
analyze code and find many (but not all) cases where a function argument 
can be made strict without changing the behavior of the program.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071031/40871d02/attachment.htm


More information about the Haskell-Cafe mailing list