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
@@ -63,7 +63,7 @@ All modern languages provide generics, type inference, lambdas, records, pattern
63
63
To continue to attract users, Scala must continue to innovate in both directions:
64
64
65
65
1.**Increasing safety** without compromising convenience: features like [capture checking](https://docs.scala-lang.org/scala3/reference/experimental/cc.html), [explicit nulls](https://docs.scala-lang.org/scala3/reference/experimental/explicit-nulls.html), [safe initialization](https://docs.scala-lang.org/scala3/reference/other-new-features/safe-initialization.html), [multiversal equality](https://docs.scala-lang.org/scala3/book/ca-multiversal-equality.html).
66
-
2.**Increasing convenience** without compromising safety: features like [enums](https://docs.scala-lang.org/scala3/reference/enums/enums.html), [optional braces](https://docs.scala-lang.org/scala3/reference/other-new-features/indentation.html), [named tuples](https://docs.scala-lang.org/sips/named-tuples.html).
66
+
2.**Increasing convenience** without compromising safety: features like [enums](https://docs.scala-lang.org/scala3/reference/enums/enums.html), [optional braces](https://docs.scala-lang.org/scala3/reference/other-new-features/indentation.html), [named tuples](https://dotty.epfl.ch/docs/reference/other-new-features/named-tuples.html).
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.
0 commit comments