You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/_posts/2025-03-24-evolving-scala.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ To continue to attract users, Scala must continue to innovate in both directions
67
67
A discussion about [aggregate data literals](https://contributors.scala-lang.org/t/pre-sip-a-syntax-for-aggregate-literals/6697) has sparked a lot of interest, although it is still too early to see what will come out of it.
68
68
69
69
The Scala ecosystem is broad and diverse, but we think these twin goals are the common thread.
70
-
Whether you are building a backend service using [Akka](https://akka.io/) actors on the JVM, web UIs in the browser via [Scala.js](http://Scala.js), or custom silicon chips via [Chisel](https://www.chisel-lang.org/), Scala’s safety and convenience is why people choose the language.
70
+
Whether you are building a backend service using [Akka](https://akka.io/) actors on the JVM, web UIs in the browser via [Scala.js](https://www.scala-js.org/), or custom silicon chips via [Chisel](https://www.chisel-lang.org/), Scala’s safety and convenience is why people choose the language.
71
71
72
72
Other languages are also pursuing these goals, but we believe that Scala delivers better than most: its type system, pattern matching, collections library, multiple-inheritance system, etc. are all best-in-class even if other languages have their own offerings.
73
73
So it is possible to simply execute and combine features better than others do, with a design that unifies these features in a clean and principled way instead of grafting them on ad-hoc.
0 commit comments