runarorama / runarorama.github.com

9 stars 3 forks source link

Scalaz Tutorial: Enumeration-based I/O with iteratees #5

Open runarorama opened 11 years ago

dongxiaohe commented 10 years ago

Hi Rúnar, thanks for your post. There is one issue about this approach is that enumerator read the file is not tail-recursive, so if we have large file, it would have stackoverflow exception.