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
Scala 3 is a game changer in terms of compatibility in the Scala ecosystem that will greatly improve the day-to-day experience of every Scala programmer, starting from the migration.
6
6
7
7
In this section you will learn about the compatibility between Scala 2.13 and Scala 3 at the different stages of the program lifetime. You will find the answer of the following questions:
8
8
9
-
**[Source Level:](source.md)**
9
+
**[Source Level:](compatibility/source.md)**
10
10
- Is Scala 3 a different language?
11
11
- How hard is it to translate a Scala 2.13 project into Scala 3?
Copy file name to clipboardExpand all lines: docs/tutorials/prerequisites.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ id: prerequisites
3
3
title: Project Prerequisites
4
4
---
5
5
6
-
The migration to Scala 3 is made easier thanks to the interoperability between Scala 2.13 and Scala 3, as described in the [Compatibility Reference](../compatibility/introduction.md) page.
6
+
The migration to Scala 3 is made easier thanks to the interoperability between Scala 2.13 and Scala 3, as described in the [Compatibility Reference](../get-started.md) page.
7
7
8
8
However, there are a few prerequisites that a Scala 2.13 project must meet before being ported to Scala 3:
9
9
- It must not depend on a macro library that has not yet been ported to Scala 3.
0 commit comments