Search Haskell Channel Logs

Friday, March 3, 2017

#haskell channel featuring Wizek, drostie,

drostie 2017-03-03 17:58:59
Wizek: I can completely understand how to make some pipes and spawn a new thread which reads from the one pipe and writes some transformed text to the other pipe. Looking over the normal IO libs I am not sure I see anything better built-in to Haskell unfortunately...
Wizek 2017-03-03 18:27:36
drostie, How do you do that in Haskell?