Skip to content

Commit 42f2886

Browse files
authored
Merge pull request #1797 from Kraks/patch-1
Fix Scala.js link
2 parents 4094c11 + 05a6724 commit 42f2886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2025-03-24-evolving-scala.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To continue to attract users, Scala must continue to innovate in both directions
6767
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.
6868

6969
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.
7171

7272
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.
7373
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

Comments
 (0)