The Scala 3 compatibility story
No programming language can succeed long-term without strong stability guarantees. Scala 3 takes this seriously, giving you excellent backward output compatibility and ensuring your code will work in future versions without changes. Paweł Marks (@Kordyjan) |
Akka: Enabling the Cloud to Edge Continuum
Today, we are thrilled to announce that, with Akka 23.05, we have successfully delivered our next step for Akka at the Edge with Akka Distributed Cluster. Lightbend (@lightbend) |
Writing a GitHub Action with Scala.js
Need a special task which performs some custom logic? Don't want to touch JavaScript? Here's a solution! Antonio Gelameris (@toniogela) |
Chain of responsability with Scala partial functions
In this article, we will explore a fundamental yet highly useful feature of Scala: partial functions. Yann Moisan (@YannMoisan) |
Iterator.iterate
Iterators are a powerful tool in Scala, and many programming exercises can be elegantly solved using them. Yann Moisan (@YannMoisan) |