Effective Error Handling
It would be easy to conclude that we must choose between composable but unsafe code, and safe but verbose code. Through a combination of features in Scala 3, this is now a false dichotomy: composable and safe code is within reach, without compromises. Jon Pretty (@propensive) |
ifdef 0.3.0: conditional compilation in Scala
You can use your imagination to expand to other axes that may have previously required different directories to cross build. Eugene Yokota (@eed3si9n) |
Developer Ecosystem Survey 2024
Welcome to the eighth annual Developer Ecosystem Survey by JetBrains – our study to explore the current state of the software development industry. The survey will take you approximately 25–30 minutes to complete. JetBrains (@jetbrains) |
Pseudorandom Acts of Kindness
Yes, you guessed it, it's another cool library in Jon's Soundness suite! Capricious provides an interface to harness randomness and provide determinism where we need it. Jon Pretty (@propensive) |
Scala 3 Metaprogramming Learning Resources
A list of articles and other material helping to learn Scala 3 metaprogramming. Artūras Šlajus (@arturaz_) |
Scala to WebAssembly: How and Why
Previously, Scala couldn’t directly compile to Wasm, but now Scala.js will support Wasm as its new linker backend, thanks to the collaborative efforts of the ScalaCenter and VirtusLab. Rikito Taniguchi (@tanishiking25) |