-
Hi, I'm going to start using Play to develop some integration services/apps and in one particular application I'll be using SSE. Given the expected 2.9 released, Scala 3, Akka to be replaced (will it?), etc., would you recommend waiting for Play 2.9 or starting now with the latest version and upgrade/migrate later? I'll be using Scala but I'm really new to it, and also kind in doubt about how easy it will be to move from Scala 2 to Scala 3. I appreciate any suggestions you may have, though I understand this is less of a Q&A and more of an opinion based issue. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I would wait for Play 2.9 and directly start with Scala 3. In the meantime, since you're new to Scala (welcome!), you could gain more experience with Scala 3 by studying
I hope this helps! PS: https://www.manning.com/books/functional-programming-in-scala-second-edition is also great so far, but I'm not done with it yet, which is why I haven't added it to my list yet. |
Beta Was this translation helpful? Give feedback.
I would wait for Play 2.9 and directly start with Scala 3.
In the meantime, since you're new to Scala (welcome!), you could gain more experience with Scala 3 by studying
(And take advantage of https://www.informit.com/promotions/back-to-learning-sale-save-50-on-books-ebooks-and-video-142520)
I hope this helps!
PS: https://www.manning.com/books/functional-programming-in-scala-second-edition is also great so far, but I'm not done with it yet, which is why I haven't added it to my list yet.