Release Scala 2.13.17 Β· scala/scala
The Scala team at Akka is pleased to announce Scala 2.13.17.
This release is compatible with the new JDK 25 LTS.
The following are highlights of this release:
Compatibility
JDK 25 support in optim...
Scala 2.13.17 is here! It improves compatibility with JDK 25 LTS, supports Scala 3.7, improves Scala 3 compatibility and migration, and more.
It also has a few minor potentially breaking changes.
For details, refer to the release notes on GitHub: github.com/scala/scala...
07.10.2025 02:22 β π 9 π 4 π¬ 0 π 0
(2/2) > With these new features, Wasm has much better support for compiling high-level programming languages. Enabled by this, we have seen various new languages popping up to target Wasm, such as Java, OCaml, Scala, Kotlin, Scheme, or Dart, all of which use the new GC feature.
22.09.2025 13:30 β π 3 π 1 π¬ 0 π 0
βWASM 3.0 completedβ
#Scala mentioned β€οΈ
https://webassembly.org/news/2025-09-17-wasm-3.0/
22.09.2025 16:06 β π 11 π 1 π¬ 0 π 0
Announcing Scala.js 1.20.1
Harness the Scala and JavaScript ecosystems to develop robust apps for browsers, serverless, and Node.js.
#Scala.js 1.20.1 is released! It features a number of performance improvements, both for the JavaScript and WebAssembly backends. www.scala-js.org/news/2025/09...
06.09.2025 17:56 β π 8 π 6 π¬ 0 π 0
Oleg's Twitter picture.
Oleg's LinkedIn picture.
I found out from LinkedIn that Oleg Pyzhcov (oleg-py) may have died in his apartment in Sep 2022.
I knew him as a very talented developer, a prolific Monix and Scala contributor, a kind and helpful person and a friend. He was too young.
04.09.2025 08:00 β π 12 π 1 π¬ 3 π 1
Golden Literal Testing in uTest 0.9.0
Published a new blog post: Golden Literal Testing in uTest 0.9.0 www.lihaoyi.com/post/GoldenL...
30.07.2025 04:08 β π 1 π 1 π¬ 0 π 0
Since introducing Wasm support in Scala.js 1.17.0, there's been significant optimization of the Wasm backend! π The latest 1.20.0-SNAPSHOT, benchmarked against the 1.17.0 baseline, shows impressive progress: brainfuck +90% and kmeans +83%. Excited to see the evolution of Scala.js Wasm! #scala #wasm
09.06.2025 10:00 β π 9 π 2 π¬ 1 π 1
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/
08.05.2025 11:25 β π 42 π 15 π¬ 0 π 0
Gradle, Inc. Joins Scala Center Advisory Board to Improve Scala Developer Experience
"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-...
22.04.2025 15:28 β π 25 π 5 π¬ 0 π 2
The JSPI support is IMO a game changer. As long as you enter a js.async{...} block, you can *synchronous await* a JS Promise *anywhere* with js.await(p)! That has never been possible on the JS platform. I can't wait to see what libraries will be built on top of this new superpower.
21.04.2025 17:19 β π 0 π 0 π¬ 0 π 0
Announcing Scala.js 1.19.0
Harness the Scala and JavaScript ecosystems to develop robust apps for browsers, serverless, and Node.js.
#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...
21.04.2025 17:13 β π 14 π 8 π¬ 1 π 1
A screenshot of the waypoints demo.
πΉοΈ Indigo 0.20.0 is out!
Many thanks to the contributors involved in this release! A small smorgasbord of quality of life improvements and a wacky Waypoints demo. What's not to love?
github.com/PurpleKingdo...
#Scala
10.04.2025 21:13 β π 10 π 4 π¬ 0 π 0
Laminar v17.2.1 Β· Laminar
Airstream bug fixes!
Laminar & Airstream 17.2.1 bug fix release laminar.dev/blog/2025/03... #Scala
26.03.2025 08:49 β π 3 π 2 π¬ 0 π 0
Evolving Scala
New blog post from Haoyi Li and myself: www.scala-lang.org/blog/2025/03...
Looking forward to discuss this on reddit www.reddit.com/r/scala and at the upcoming Scalar conference www.scalar-conf.com.
24.03.2025 15:18 β π 31 π 13 π¬ 0 π 0
Come and join the fun! I'll be working on improvements to Indigo's new UI system. Wanna help?
How do GUI/UI systems even work in FP languages like #Scala? Only one way to find out... π
23.03.2025 23:31 β π 1 π 1 π¬ 0 π 0
π£ Super Early Bird tickets are now on sale
ππ» Act now, prices go up on April 4th
ποΈ Get your tickets today at register.event-works.com/lausanne/Sca...
20.03.2025 09:27 β π 5 π 4 π¬ 0 π 1
Did you know, the CfP for this yearβs conference is OPEN. Send in your proposal today and be part of this yearβs event in Lausanne, Switzerland!
βπΌ www.papercall.io/scaladays
All levels of expertise on Scala and its application are welcome and encouraged ππΌ
18.03.2025 07:58 β π 2 π 3 π¬ 0 π 0
With AST seemingly explorer not maintained, I decided to try and implement it in Scala.js.
Lots of fun, until I hit several recursion bugs in my interval tree implementation, and it was hell from that point onwards.
This will soon be hosted under Scalameta org and website.
14.03.2025 16:08 β π 11 π 3 π¬ 0 π 1
We're working on directly emitting Wasm Component Model & WASI Preview 2 binary, aiming to support "server-side Wasm".It's still a PoC, and the API will probably change, but⦠we can now call Rust functions from Scala! (1/3)
#scala #wasm #wasi
04.03.2025 13:30 β π 8 π 5 π¬ 1 π 1
A color palette rendered using the UI system via the roguelike starterkit.
Indigo's UI system is dead. Long live the UI system!
The UI system released last month did not survive first contact with the real world, and has been overhauled.
New releases of all Purple Kingdom Games #Scala libs, containing the revised UI and many other improvements, are now available.
09.03.2025 23:16 β π 8 π 3 π¬ 1 π 0
PaperCall.io - Scala Days 2025
## The 12th edition of Scala Days will take place at:
**Lausanne, Switzerland**, August 19th to 21st, 2025
For over twelve years, Scala Days has been the premier global event for Scala developers, in...
CfP is now open
π Scala foundations, libraries, tooling, industrial adoption, community, LLM, and more β all experience levels welcome.
Submit your idea, share with colleagues, or encourage new speakers to give it a try!
Apply by April 6th π
www.papercall.io/scaladays
06.03.2025 15:47 β π 4 π 2 π¬ 0 π 1
JDK 17 will be the next minimum version required by Scala 3
Scala 3 will require JDK 17+, starting from Scala 3.8. This will enable the compiler and ecosystem to move faster and leverage new features and APIs. The decision is in line with similar decisions happening around the whole JVM world. Read about it atΒ www.scala-lang.org/news/next-s...
05.03.2025 17:39 β π 16 π 5 π¬ 0 π 0
Rock the JVM partners with the Scala Center
π€ Rock The JVM x Scala Center
π @rockthejvm.bsky.social Scala courses are now officially recommended on Scala-lang!
π PLUS, 30% of revenue from course purchases goes to the Scala Center to support the Scala community!
www.scala-lang.org/blog/2025/02...
25.02.2025 14:33 β π 26 π 7 π¬ 0 π 2
Announcing Scala Days 2025
Time to meet again π₯°
π Scala Days 2025
ποΈ 19-21 August 2025
πLausanne, Switzerland
π Business-driven
β₯οΈ Community-infused
π¦Έ Family-friendly
Looking forward to welcoming you in August!
scala-lang.org/blog/2025/02...
18.02.2025 18:01 β π 18 π 10 π¬ 0 π 5
The first edition recaps 2024βs biggest advancements:
β
Named tuples in Scala 3
β
Experimental WebAssembly backend in Scala.js
β
Scala CLI as the new default runner for Scala
β
Scala 3 build definitions in sbt 2.x (beta)
β
Better Scala 3 support in IntelliJ Scala Plugin
β¦ and much more!
06.02.2025 15:15 β π 6 π 6 π¬ 0 π 0
Scala Highlights from 2024
π Introducing Scala Highlights β a new quarterly newsletter!
Read it now π scala-lang.org/highlights/2...
06.02.2025 15:15 β π 20 π 9 π¬ 1 π 0