-
-
Notifications
You must be signed in to change notification settings - Fork 131
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. |
Came across this thread from this blog post. Given that this ticket was closed, is there a way for interested readers to stay informed on the progress of the new book? |
Hey @asarkar. Sure! You can follow along by joining the newsletter at https://scalawithcats.com/. |
I'm not interested in the newsletter, thanks. Since the website states that work on the book is ongoing, and this ticket was created 4 years ago, I thought there might be a way to find out an expected release date, if any. |
Sorry, there's no expected release date at this point. If you don't want to receive the newsletter, following the commits to the repository is the next best option. |
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: