문제

Does Scala have any well developed libraries in the spirit of Haskell's pipes, or at least iteratee?

I found Play's iteratee library first, but I couldn't make it work, and it seems tightly coupled with Play's concurrency primitive Promise, which could be inappropriate in many cases.

Scalaz has some iteratee support (like IterV), but it seems there are only core classes with no additional support functions, predefined iteratees/enumerators etc. Also I couldn't find any documentation, even scaladoc is very sparse, so it's quite difficult to use properly.

And I couldn't find anything similar to pipes.

도움이 되었습니까?

해결책

Building up on comments from Travis, currently there are:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top