Rust vs Scala: Facts and Hype
I recently came across another project being rewritten from Scala to Rust, and honestly, I’m surprised. Pavel Perikov |
The IntelliJ Scala Plugin in 2024
A summary of all the stages of evolution of the Scala Plugin over the last year. Maciej Gorywoda (@makingthematrix) |
Faster CI with Selective Testing
Selective testing is a key technique necessary for working with any large codebase or monorepo: picking which tests to run to validate a change or pull-request, because running every test every time is costly and slow. Li Haoyi (@li_haoyi) |
Gems in the Scala Ecosystem
Learn about the power of dexsearch, Coursier, Scala-steward, Scalafix, scala-cli, and os-lib. Emmanuel Nhan (@nhanmanu) |
Fibonacci Function Gallery - Part 2
In this deck we look at a number of different implementations of a function for computing the nth element of the Fibonacci sequence. Philip Schwarz (@philip_schwarz) |