Scala and Kotlin Under One Roof
In one of our latest open-source projects, we’ve combined Kotlin and Scala code under a single Gradle project. This post describes some of the bumps we found along the way and what we learned to solve them. Alejandro Serrano Mena (@trupill) |
About current debates about shrinking the Scala user base and the slow adoption of Scala 3
The issue is that most Scala web backend projects use a Future-based stack. Ruslan Shevchenko (@rssh1) |
Another two cents about the current situation with the Scala user base and economics
A Reddit discussion thread about The Current Thing. |
A Twitter thread about the current Scala situation
One more discussion regarding the situation mentioned in links above. |
Intermediate's guide to derivations in Scala: Magnolia
In the previous post about Scala derivation I’ve explained the idea of derivation and showed how we can benefit from it by using library-provided derivations. This time let’s dig deeper and implement our own derviation with Magnolia. Michał Pawlik |
Replacing sbt with scala-cli in a simple project
This is a somewhat controversial post because we got to use scala-cli outside its purpose, as a build-tool for a multi-module project. Alexis Hernandez (@alexitcdev) |