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

More involved pipes examples in an examples directory` #4

Open
Gabriella439 opened this issue Aug 16, 2013 · 0 comments
Open

More involved pipes examples in an examples directory` #4

Gabriella439 opened this issue Aug 16, 2013 · 0 comments

Comments

@Gabriella439
Copy link
Owner

Note: I'm migrating this issue here from the pipes package.

Kai Wang requested this on the haskell-pipes mailing list:

One suggestion I have is to include concrete, complete and non-trivial example programs to compliment the tutorial.

attoparsec comes with a simple http parser. the example program did several things: 1) it showcases idiomatic usage, without which I would have to learn (<) and (>) the hard way. 2) it provides a comparison to alternatives. (the example program also includes implementations in C and parsec).

I think pipes should do similar thing. Example program doesn't have to be long or complicated. but it should demonstrates common usage patterns.

We discussed this on the mailing list and the plan is to include at least three examples, one contributed by me, one by Renzo, and another by any other regular pipes contributor. These longer form examples will show users more sophisticated examples that don't fit within a tutorial.

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

1 participant