Announce new conduit tutorial

This commit is contained in:
Michael Snoyman 2016-10-13 14:29:35 +03:00
parent 92fcbca75d
commit 1f9956a4b6
2 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,6 @@
- file: posts/new-conduit-tutorial.md
title: New Conduit Tutorial
day: 2016-10-13
- file: posts/respect.md - file: posts/respect.md
title: Respect title: Respect
day: 2016-09-29 day: 2016-09-29

View file

@ -0,0 +1,19 @@
A few weeks back I
[proposed a reskin of conduit](http://www.snoyman.com/blog/2016/09/proposed-conduit-reskin)
to make it easier to learn and use. The proposal overall got broad
support, and therefore I went ahead with it. I then spent some time
(quite a bit more than expected) updating the conduit tutorial to use
this new reskin. If you're interested in conduit or streaming data in
Haskell, please take a look at the new version.
* [haskell-lang version](https://haskell-lang.org/library/conduit)
* [Raw Github version](https://github.com/snoyberg/conduit/blob/master/README.md)
(if you want to send a PR)
Thanks to all who provided feedback. Also, if you want to provide some
more feedback, there's one more Github issue open up:
[RFC: Stop using the type synonyms in library type signatures](https://github.com/snoyberg/conduit/issues/283). Please
feel free to share your opinions/add a reaction/start a flame war.
And yes, the flame war comment is a joke. Please don't take that one
literally.