Skip to content

Commit 0333601

Browse files
authored
Add punctuation
1 parent 068e89d commit 0333601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/resources/talks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ This is a recorded meeting between EPFL and Waterloo, where we introduce how typ
3030
- (Typelevel Summit Oslo, May 2016) [Dotty and types: the story so far](https://www.youtube.com/watch?v=YIQjfCKDR5A) by
3131
Guillaume Martres [\[slides\]](http://guillaume.martres.me/talks/typelevel-summit-oslo/).
3232
Guillaume focused on some of the practical improvements to the type system that Dotty makes, like the new type parameter
33-
inference algorithm that reasone about the type safety of more situations.
33+
inference algorithm that is able to reason about the type safety of more situations than scalac.
3434

3535
- (flatMap(Oslo) 2016) [AutoSpecialization in Dotty](https://vimeo.com/165928176) by [Dmitry Petrashko](http://twitter.com/darkdimius) [\[slides\]](https://d-d.me/talks/flatmap2016/#/).
3636
The Dotty Linker analyses your program and its dependencies to
3737
apply a new specialization scheme. It builds on our experience from Specialization, Miniboxing and the Valhalla Project,
3838
and drastically reduces the size of the emitted bytecode. And, best of all, it's always enabled, happens behind the
3939
scenes without annotations, and results in speedups in excess of 20x. Additionally, it "just works" on Scala collections.
4040

41-
- (ScalaSphere 2016) [Hacking on Dotty: A live demo](https://www.youtube.com/watch?v=0OOYGeZLHs4) by Guillaume Martres [\[slides\]](http://guillaume.martres.me/talks/dotty-live-demo/)
41+
- (ScalaSphere 2016) [Hacking on Dotty: A live demo](https://www.youtube.com/watch?v=0OOYGeZLHs4) by Guillaume Martres [\[slides\]](http://guillaume.martres.me/talks/dotty-live-demo/).
4242
Guillaume hacks on Dotty: a live demo during which he
4343
creates a simple compiler phase to trace method calls at run-time.
4444

4545
- (Scala By the Bay 2016) [Dotty: what is it and how it works](https://www.youtube.com/watch?v=wCFbYu7xEJA) by Guillaume
46-
Martres [\[slides\]](http://guillaume.martres.me/talks/dotty-tutorial/#/) Guillaume provides a high-level view of the
46+
Martres [\[slides\]](http://guillaume.martres.me/talks/dotty-tutorial/#/). Guillaume provides a high-level view of the
4747
compilation-pipeline of Dotty.
4848

4949
- (ScalaDays 2015, Amsterdam) [Making your Scala applications smaller and faster with the Dotty linker](https://www.youtube.com/watch?v=xCeI1ArdXM4) by Dmitry Petrashko [\[slides\]](https://d-d.me/scaladays2015/#/).

0 commit comments

Comments
 (0)