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: scala3/talks.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,15 @@ layout: singlepage-overview
3
3
title: Talks
4
4
---
5
5
6
-
Talks on Dotty
7
-
--------------
6
+
Let’s Talk About Scala 3 Series
7
+
-------------------------------
8
+
9
+
[Let’s Talk About Scala 3](https://www.youtube.com/playlist?list=PLTx-VKTe8yLxYQfX_eGHCxaTuWvvG28Ml) is a series
10
+
of short (around 15 min) talks about Scala 3. It covers a variety of themes like how to get started, how to take
11
+
advantage of the new language features, or how to migrate from Scala 2.
12
+
13
+
Talks on Scala 3
14
+
----------------
8
15
- (ScalaDays 2019, Lausanne) [A Tour of Scala 3](https://www.youtube.com/watch?v=_Rnrx2lo9cw) by [Martin Odersky](http://twitter.com/odersky)[\[slides\]](https://www.slideshare.net/Odersky/a-tour-of-scala-3)
9
16
10
17
- (ScalaDays 2016, Berlin) [Scala's Road Ahead](https://www.youtube.com/watch?v=GHzWqJKFCk4) by [Martin Odersky](http://twitter.com/odersky)[\[slides\]](http://www.slideshare.net/Odersky/scala-days-nyc-2016)
@@ -17,8 +24,8 @@ Talks on Dotty
17
24
become familiar with many core concepts such as `Denotations`, their evolution through (compilation) time, their
18
25
transformations and more.
19
26
20
-
Deep Dive with Dotty
21
-
--------------------
27
+
Deep Dive with Scala 3
28
+
----------------------
22
29
- (ScalaDays 2019, Lausanne) [Metaprogramming in Dotty](https://www.youtube.com/watch?v=ZfDS_gJyPTc) by [Nicolas Stucki](https://github.com/nicolasstucki).
23
30
24
31
- (ScalaDays 2019, Lausanne) [Future-proofing Scala: the TASTY intermediate representation](https://www.youtube.com/watch?v=zQFjC3zLYwo) by [Guillaume Martres](http://guillaume.martres.me/).
0 commit comments