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

Update the book for Scala 3 ("Dotty") #10

Open
3 tasks
winitzki opened this issue Feb 16, 2020 · 0 comments
Open
3 tasks

Update the book for Scala 3 ("Dotty") #10

winitzki opened this issue Feb 16, 2020 · 0 comments

Comments

@winitzki
Copy link
Owner

Most of the material in the book is unchanged when updating to Scala 3. However, some syntax changes need to be made, and some explanations may become simpler.

  • Make sure all example code compiles and runs under Dotty.
  • Perhaps make a script to extract all code into a markdown script that can be compiled with tut or equivalent, to make sure that all examples have correct syntax and are runnable.
  • Revisit all examples and explanations of Scala features in light of Dotty changes. Some explanations may become simpler, others need change (implicit -> given, sealed trait -> enum, the "kind projector" plugin is unnecessary, etc.).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant