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
Updates for Second Edition #170
Comments
I'm currently working on the conversion to |
My current progress is on |
I have started a |
|
I've opened a project for the update, which will be easier to work with. Closing this in preference to the project. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an aggregator thread to track planned updates for a second edition of the book. High level planning should go here, and individual updates should be tracked in their own issues.
In preliminary discussions, @noelwelsh, @arosien and I have discussed a few things we'd like to do:
Change the build system to mdoc
Update to Cats 2.0
Discuss
Parallel
and modify our discussion ofValidated
accordingly. I tend to stick toEither
all the time these days, usingparMapN
,parTraverse
, and so on to do parallel combination.Add introductory content on Cats Effect. Possibly just a discussion of the basic type classes and
IO
. Other books/material can use this as a starting point to bridge further into, FS2, Monix, HTTP4s, and so on.Is this a complete list? Is there anything else we want to cover?
The text was updated successfully, but these errors were encountered: