Scala Adoption Tracker

Crowdsourced list of companies and projects adopting Scala.

Which JVM language fits your stack? #Kotlin for Android, #Scala for Spark, #Groovy for testing, #Clojure for concurrency, #JRuby & #Jython for scripts. Each solves different dev pains—fully JVM-compatible.

Mihaela Gheorghe-Roman shows the big picture: https://javapro.io/2025/10/09/the-rise-of-jvm-languages-kotlin-scala-groovy-and-more/

Hearth 0.2.0 just dropped continuing the quest for user-friendly macros. #scala #macros

https://github.com/MateuszKubuszok/hearth/releases/tag/0.2.0

Who uses mutation testing as testing quality assurance technique in their test suites?

https://en.wikipedia.org/wiki/Mutation_testing

I bumped into the stryker framework (with stryker4s available for #Scala) multiple times, but I've never had the chance to use it in project, mostly because I never worked out whether the benefits outweigh the costs of introducing Yet Another Dependency™.

Mutation testing - Wikipedia

Mara (@Mara@hachyderm.io)

#rustlang hot take: We should rename .unwrap() to .or_panic(). (And .expect() to .or_panic_with().) "Unwrap" is a terrible name for the panicking function, especially since we also have things like .unwrap_or() and .unwrap_or_default() which never panic.

Hachyderm.io

Zatrudniamy w SoftwareMill! Praca w pełni zdalna, #Kotlin, #Scala, #Rust na backendzie; #DevOps, czyli kubernetesy w chmurze. Oferty z widełkami: https://softwaremill.com/join-us/

SoftwareMill jest częścią grupy VirtusLab Group, gdzie szukamy: #Golang, #Scala na backendzie; #Bazel dla miłośników przyspieszania buildów; #Python +ML/LLM; #DevOps + #Spinnaker; i na deser #IDE oraz #IntelliJ engineer. Więcej (z widełkami): https://careers.virtuslab.com

Niejedna / niejeden znajdzie tu coś dla siebie :) Zapraszamy!

Join Us

We are looking for outstanding professionals to join our remote team. Check out open positions for backend, frontend & DevOps. We're hiring!

SoftwareMill

Reach, Andy and the Rockets und Eclipse
19.11.2025 Ludwigsburg / Scala

Yawning Man
10.12.2025 Stuttgart / Goldmarks

#Goldmarks #Ludwigsburg #Reach #Scala #Stuttgart #YawningMan #SteelFeed

SteelFeed: Ludwigsburg / Scala / Eclipse - Megalomanium Tour 2025 / 2025-11-19

Metal-Konzert-Termine in RSS-Feed, iCal und im Fediverse

#Rust is annoying as a programming language. Sorry, #Scala is significantly more productive, and that's not just due to familiarity.

However, it's pretty fun starting an HTTP server that does something useful and seeing it use only ~1.5 MB of RAM, with the binary having only 2.6 MB on disk.

Also, no shenanigans needed, like reducing the Docker image via a custom JVM (jlink) or compiling for GraalVM Native Image with the right incantation to make runtime reflection work for your deps.