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

Parameterize Streaming Implementation for App.Simple? #94

Open
guygastineau opened this issue Jan 28, 2021 · 0 comments
Open

Parameterize Streaming Implementation for App.Simple? #94

guygastineau opened this issue Jan 28, 2021 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@guygastineau
Copy link
Collaborator

So, Pipes seems fine, but we have a lot of options for streams in Haskell.
Personally I like Streamly a lot.

Streamly has a good tutorial for interop with other libraries, so I have just been converting my Streamly types to Pipes types as the last step before they are fed in as producers. I don't really mind this, but it got me thinking about generalizing the producers in your state reducer. I haven;t looked at the code for the reducer yet, but I don't mind trying to figure it out.

Anyway, If people think this is a good idea I will work on it. If this is somehow not desirable, then I will just leave it alone ;)

@guygastineau guygastineau added enhancement New feature or request question Further information is requested labels Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant