Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iteratees for result reading #9

Open
mausch opened this issue Jul 2, 2011 · 3 comments
Open

Iteratees for result reading #9

mausch opened this issue Jul 2, 2011 · 3 comments

Comments

@mausch
Copy link
Owner

mausch commented Jul 2, 2011

Look into iteratees for result reading, instead of converting the datareader into a seq.

Here's a good introduction to iteratees: http://apocalisp.wordpress.com/2010/10/17/scalaz-tutorial-enumeration-based-io-with-iteratees/

@panesofglass
Copy link
Contributor

I've restored my original iteratee, which closely matches the approach used in the Haskell Enumerator package and the scalaz Iteratee. It's back on my branch, and I started working on it again.

@mausch
Copy link
Owner Author

mausch commented Jan 6, 2012

Cool, could you solve the issues you had (I have no idea what they were)?

@panesofglass
Copy link
Contributor

I've resolved the ones I had. I'm working on adding more parser combinators that will help with things like multi-line separators, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants