Just gave my talk "How Can We Trust Our Agents" at #scalar. Slides: www.slideshare.net/slideshow/ho...
Posts by odersky
New Scala Projects course by RockTheJVM: rockthejvm.com/courses/scal.... This looks like a great next step after learning Scala basics!
I had fun contributing the new SimpleTable class to the ScalaSql query library. It lets you drop the `T[_]` from table definitions, and it's based on named tuples and structural types in Scala 3.7. Have a read.
Hurry up! Get your @scaladays.org Early Bird ticket today, prices go up from May 30th.
And make sure to check out the program ποΈ
register.event-works.com/lausanne/Sca...
Ready, steady, go!
Scala Days 2025 program is here π
Functional Programming and the Real World
π 4 tracks
π£οΈ 50+ speakers
βΎ Infinite fun
scala-lang.org/blog/2025/05...
Scala 3.7.0 has been released! π
β
[stable] SIP-58: Named Tuples
β
[stable] SIP-52: Binary APIs
π [preview] SIP-62: For comprehension improvements
π§ͺ [experimental] SIP-61: Unroll
π§ͺ [experimental] SIP-68: Reference-able Package Objects
More at scala-lang.org/news/3.7.0/
"Scala devs deserve the same productivity support as the rest of the JVM world. By joining the Scala Center Advisory Board, weβll help identify pain points and bring better tools to the community." βHans Dockter, Gradle CEO
scala-lang.org/blog/gradle-...
#Scala.js 1.19.0 is released! It contains significant performance improvements for the WebAssembly backend (it is now often faster than JS), native support for JS async/await, and a way to leverage Wasm's JavaScript Promise Integration (JSPI). Read more at www.scala-js.org/news/2025/04...
Just added slides for my talk "Tagless Final for Humans" to my page of talks:
noelwelsh.com/landing/talks/
I gave this talk today at @scalar-conf.com. The core is a new encoding for tagless final in Scala, which makes much better use of Scala's features than the standard encoding.