We all have pretty little things laying around in our codebases, yet, we seldom give them the same love
We all have pretty little things laying around in our codebases. They’re not exactly The Big Thing™, but they’re nice and useful nonetheless. They’re bits of specifications, or schemas, or even documentation. Yet, we seldom give them the same love we give to our actual code, and our poor little things just stay there, unloved and half-forgotten. But we can do better and give these things the love they deserve, by writing them “pretty little compilers”.
Understanding the exact properties that disqualify a data type from being an instance of a given abstraction turns out to be surprisingly helpful
How Scala 3 addresses concerns around implicits and how implicits work in Scala 3.
How to implement fast and cost-effective backend for a multiplayer game using Scala, Akka and GraalVM
How to leverage Scala with scala.js to write frontend as functional programmers would do.