From 9fc288e4561f03d385cf523b152981e4b9827253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gutowski?= Date: Sun, 4 Aug 2019 12:19:20 +0200 Subject: [PATCH 1/3] [DOC} Add ScalaDays 2019 talks There were some nice talks about dotty, let me put them here :) --- docs/docs/resources/talks.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/resources/talks.md b/docs/docs/resources/talks.md index 224629c02f97..5a9c0ea64c69 100644 --- a/docs/docs/resources/talks.md +++ b/docs/docs/resources/talks.md @@ -5,6 +5,8 @@ title: Talks Talks on Dotty -------------- +- (ScalaDays 2019, Lausanne) [A Tour of Scala 3](https://portal.klewel.com/watch/webcast/scala-days-2019/talk/2/) by [Martin Odersky](http://twitter.com/odersky) [\[slides\]](https://www.slideshare.net/Odersky/a-tour-of-scala-3) + - (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) - (JVMLS 2015) [Compilers are Databases](https://www.youtube.com/watch?v=WxyyJyB_Ssc) by [Martin Odersky](http://twitter.com/odersky) [\[slides\]](http://www.slideshare.net/Odersky/compilers-are-databases) @@ -17,6 +19,10 @@ transformations and more. Deep Dive with Dotty -------------------- +- (ScalaDays 2019, Lausanne) [Metaprogramming in Dotty](https://portal.klewel.com/watch/webcast/scala-days-2019/talk/38/) by [Nicolas Stucki](https://twitter.com/stucki153). + +- (ScalaDays 2019, Lausanne) [Future-proofing Scala: the TASTY intermediate representation](https://portal.klewel.com/watch/webcast/scala-days-2019/talk/7/) by [Guillaume Martres](http://guillaume.martres.me/). + - (Mar 21, 2017) [Dotty Internals 1: Trees & Symbols](https://www.youtube.com/watch?v=yYd-zuDd3S8) by [Dmitry Petrashko](http://twitter.com/darkdimius) [\[meeting notes\]](../internals/dotty-internals-1-notes.md). This is a recorded meeting between EPFL and Waterloo, where we introduce first notions inside Dotty: Trees and Symbols. From 0f05ae154dc16bf8fae355ea98888b1f85689c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gutowski?= Date: Mon, 5 Aug 2019 20:29:05 +0200 Subject: [PATCH 2/3] Update docs/docs/resources/talks.md Co-Authored-By: Nicolas Stucki --- docs/docs/resources/talks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/resources/talks.md b/docs/docs/resources/talks.md index 5a9c0ea64c69..3c4083f101d7 100644 --- a/docs/docs/resources/talks.md +++ b/docs/docs/resources/talks.md @@ -19,7 +19,7 @@ transformations and more. Deep Dive with Dotty -------------------- -- (ScalaDays 2019, Lausanne) [Metaprogramming in Dotty](https://portal.klewel.com/watch/webcast/scala-days-2019/talk/38/) by [Nicolas Stucki](https://twitter.com/stucki153). +- (ScalaDays 2019, Lausanne) [Metaprogramming in Dotty](https://portal.klewel.com/watch/webcast/scala-days-2019/talk/38/) by [Nicolas Stucki](https://github.com/nicolasstucki). - (ScalaDays 2019, Lausanne) [Future-proofing Scala: the TASTY intermediate representation](https://portal.klewel.com/watch/webcast/scala-days-2019/talk/7/) by [Guillaume Martres](http://guillaume.martres.me/). From e41d8c611ac43db9c6ecd132ec2572bb98e4bc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Gutowski?= Date: Mon, 5 Aug 2019 20:31:35 +0200 Subject: [PATCH 3/3] CHange talk link to youtube --- docs/docs/resources/talks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/resources/talks.md b/docs/docs/resources/talks.md index 3c4083f101d7..8f054d7bd96e 100644 --- a/docs/docs/resources/talks.md +++ b/docs/docs/resources/talks.md @@ -5,7 +5,7 @@ title: Talks Talks on Dotty -------------- -- (ScalaDays 2019, Lausanne) [A Tour of Scala 3](https://portal.klewel.com/watch/webcast/scala-days-2019/talk/2/) by [Martin Odersky](http://twitter.com/odersky) [\[slides\]](https://www.slideshare.net/Odersky/a-tour-of-scala-3) +- (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) - (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) @@ -19,9 +19,9 @@ transformations and more. Deep Dive with Dotty -------------------- -- (ScalaDays 2019, Lausanne) [Metaprogramming in Dotty](https://portal.klewel.com/watch/webcast/scala-days-2019/talk/38/) by [Nicolas Stucki](https://github.com/nicolasstucki). +- (ScalaDays 2019, Lausanne) [Metaprogramming in Dotty](https://www.youtube.com/watch?v=ZfDS_gJyPTc) by [Nicolas Stucki](https://github.com/nicolasstucki). -- (ScalaDays 2019, Lausanne) [Future-proofing Scala: the TASTY intermediate representation](https://portal.klewel.com/watch/webcast/scala-days-2019/talk/7/) by [Guillaume Martres](http://guillaume.martres.me/). +- (ScalaDays 2019, Lausanne) [Future-proofing Scala: the TASTY intermediate representation](https://www.youtube.com/watch?v=zQFjC3zLYwo) by [Guillaume Martres](http://guillaume.martres.me/). - (Mar 21, 2017) [Dotty Internals 1: Trees & Symbols](https://www.youtube.com/watch?v=yYd-zuDd3S8) by [Dmitry Petrashko](http://twitter.com/darkdimius) [\[meeting notes\]](../internals/dotty-internals-1-notes.md). This is a recorded meeting between EPFL and Waterloo, where we introduce first notions inside Dotty: Trees and Symbols.