IntelliJ Scala Plugin 2022.3
Better Scala 3 support, parameter types and context bounds, New "Can be private" inspection, a new quick-fix that lets you add an unresolved symbol to the list of the method’s parameters, and many fixes and performance improvements. JetBrains (@jetbrains) |
Scala Center Advent of Code
An advent calendar with a coding exercise for each day. Scala Center (@scala_lang) |
Use Typescript libraries with Scala.js! - ScalablyTyped
ScalablyTyped enables you use any Javascript project with Typescript types and use it from Scala.js. ScalablyTyped contributors |
The fastest and safest JSON parser and serializer for Scala
An article presenting Jsoniter as the best JSON library. Marcin Szałomski (@baldram) |
Lichess on Scala 3
A story about performance issues that started to haunt Lichess after migrating to Scala 3, and how tuning JVM Code Cache helped to overcome them. Thibault Duplessis (@ornicar) |