Implicit vs Scala 3's Given
I don’t like given, as an alternative to implicit in Scala 3. The more I try working with it, the more it annoys me; and my understanding may be superficial, but I don’t like this direction. Alexandru Nedelcu (@alexelcu) |
Concurrent Sudoku Solver: Part 1 - Single Candidate Technique + Domain Modelling
In this series of blogposts, we’ll be exploring how we can leverage capabilities of Cats Effect to write a concurrent Sudoku solver in a few different ways. This will be a four-part series. Farooq Qaiser |
New in Scala 3
A meta-circular presentation of selected goodies in Scala 3, illustrated by a DSL for slides embedded in Scala 3. Björn Regnell |