Anthony Chaumas-Pellet <[EMAIL PROTECTED]> wrote:

> From: Ross Paterson <[EMAIL PROTECTED]>
> > You show a bias towards tail recursion.  It would be neater (and
> > lazier) to return the executed ones incrementally.
> 
> Why is tail recursion a bad thing for a finite function?

Tail recursion tends to create space-leaks, which in turn hurt time
performance.

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

Reply via email to