Skip to content

Commit 1b88de7

Browse files
committedMar 24, 2025
blog: better named tuples link
1 parent a5a3415 commit 1b88de7

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
@@ -63,7 +63,7 @@ All modern languages provide generics, type inference, lambdas, records, pattern
6363
To continue to attract users, Scala must continue to innovate in both directions:
6464

6565
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).
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.

0 commit comments

Comments
 (0)
Please sign in to comment.