Currently, there two popular choices which implement the iteratee pattern:
- The enumerator package and
- the iteratee package.
What are their relative benefits? Is one better than the other, or does it depend on the use-case (and if so, what are the criteria to decide which one to use)?